diff options
Diffstat (limited to 'vscode/01-helloworld/src/App.java')
| -rw-r--r-- | vscode/01-helloworld/src/App.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vscode/01-helloworld/src/App.java b/vscode/01-helloworld/src/App.java new file mode 100644 index 0000000..14c9abd --- /dev/null +++ b/vscode/01-helloworld/src/App.java @@ -0,0 +1,5 @@ +public class App {
+ public static void main(String[] args) throws Exception {
+ System.out.println("Hello, World!");
+ }
+}
|
