0

what's wrong with this?

public class HelloWorld { public static viod main (String[] args) { System.out.println("Hello World"); } }

13th Jul 2021, 4:07 AM
Ninja Master
Ninja Master - avatar
1 Answer
+ 7
Check spelling of void. Change viod to void.
13th Jul 2021, 4:17 AM
Vadivelan