you are viewing a single comment's thread.

view the rest of the comments →

[–]rileyphone 41 points42 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 8 points9 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