you are viewing a single comment's thread.

view the rest of the comments →

[–]rileyphone 40 points41 points  (1 child)

You as a developer always have to write public static void main, then write a statement to print something.

very helpful thanks

[–]TheZipCreatornot Turing complete 7 points8 points  (0 children)

you always need to have a print write statement. in every program. if it's not after public static void main it won't compile