0
damn id tried this many times the result is error!
Copy this and run to code plaground. class MyClass { Public static void main(string[ ] args) { System.out.Println("Good Job") ; } // comment to those who got a same output of me }
3 odpowiedzi
+ 1
You have to write String[] args, not string [] args
0
and Println is wrong. It should be println.
0
and Public has to be public.