diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-16 21:37:45 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-16 21:37:45 -0300 |
| commit | 3b0b96a00e667a50c1135f88e9b72d68af2474cc (patch) | |
| tree | bc578fa754dda67e81fd6103ef371a75a3b7f036 /clformat/src | |
| parent | 14c444db5bc8dac003cd31283de6484264377004 (diff) | |
Remove stock files
Diffstat (limited to 'clformat/src')
| -rw-r--r-- | clformat/src/main/java/bjc/App.java | 13 | ||||
| -rw-r--r-- | clformat/src/test/java/bjc/AppTest.java | 20 |
2 files changed, 0 insertions, 33 deletions
diff --git a/clformat/src/main/java/bjc/App.java b/clformat/src/main/java/bjc/App.java deleted file mode 100644 index ff1c4f9..0000000 --- a/clformat/src/main/java/bjc/App.java +++ /dev/null @@ -1,13 +0,0 @@ -package bjc; - -/** - * Hello world! - * - */ -public class App -{ - public static void main( String[] args ) - { - System.out.println( "Hello World!" ); - } -} diff --git a/clformat/src/test/java/bjc/AppTest.java b/clformat/src/test/java/bjc/AppTest.java deleted file mode 100644 index 6f70e21..0000000 --- a/clformat/src/test/java/bjc/AppTest.java +++ /dev/null @@ -1,20 +0,0 @@ -package bjc; - -import static org.junit.Assert.assertTrue; - -import org.junit.Test; - -/** - * Unit test for simple App. - */ -public class AppTest -{ - /** - * Rigorous Test :-) - */ - @Test - public void shouldAnswerWithTrue() - { - assertTrue( true ); - } -} |
