Browse Source

fixed some shit, so it actually runs. *clap clap*

remotes/origin/master
vala 4 years ago
parent
commit
748973e713
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      HelloWorld.java

hello-world.java → HelloWorld.java View File

@@ -1,3 +1,5 @@
public class HelloWorld{
public static void main(String[] args){
System.out.print("hello world");
}
}

Loading…
Cancel
Save