0
how to code hello world from java
I'm trying it more time from my phone but.there shown error .what is the rule please explain me..
1 Antwort
+ 11
class Hello {
public static void main(String[] args) {
System.out.print("Hello World");
}
}