diff --git a/newproject b/newproject new file mode 100644 index 0000000..42b6532 --- /dev/null +++ b/newproject @@ -0,0 +1,7 @@ +class Hello{ + +public sttic void main(String[] args); +System.out.println("helo world"); + + +}