diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-16 21:28:42 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-09-16 21:31:19 -0300 |
| commit | 14c444db5bc8dac003cd31283de6484264377004 (patch) | |
| tree | e277e4e781dd93f6d8a29cd2f30b38fc5a43385e /clformat/src/main/java/bjc/App.java | |
| parent | 2f96f49c2d2c8679841c790e9dd7d9f1b6f3fed1 (diff) | |
Move CL format to submodule
Diffstat (limited to 'clformat/src/main/java/bjc/App.java')
| -rw-r--r-- | clformat/src/main/java/bjc/App.java | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/clformat/src/main/java/bjc/App.java b/clformat/src/main/java/bjc/App.java new file mode 100644 index 0000000..ff1c4f9 --- /dev/null +++ b/clformat/src/main/java/bjc/App.java @@ -0,0 +1,13 @@ +package bjc; + +/** + * Hello world! + * + */ +public class App +{ + public static void main( String[] args ) + { + System.out.println( "Hello World!" ); + } +} |
