mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
Update java.md
fixed typos
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
//Text file name HelloWorld.java
|
||||
public class HelloWorld {
|
||||
// main() is the method
|
||||
public static void main (String[] arfs)
|
||||
public static void main (String[] args)
|
||||
//Prints "Hello World" in the terminal window.
|
||||
System.out.pritn("Hello World");
|
||||
System.out.println("Hello World");
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user