Skip to content

Latest commit

 

History

History
executable file
·
5 lines (5 loc) · 75 Bytes

gradle.md

File metadata and controls

executable file
·
5 lines (5 loc) · 75 Bytes
public class HelloWorld {
    System.out.println("Hello World!");
}