Urara-Blog/node_modules/.pnpm-store/v3/files/3f/4c9d15fb4ae8fddaddf005812dd5ba0beb7db9c27f0366513a8357e2b7a421537396c9384e5ff14d5638595acdc344da67a1256e7916c02f7b610604622c3b
2022-08-14 01:14:53 +08:00

10 lines
No EOL
257 B
Text

public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World");
}
}
// From https://introcs.cs.princeton.edu/java/11hello/HelloWorld.java.html