mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Changed indentation to 4 spaces
This commit is contained in:
parent
f2a5bc8a91
commit
3bfb74042f
@ -52,13 +52,13 @@ public class LearnJava {
|
||||
// point.
|
||||
public static void main (String[] args) {
|
||||
|
||||
///////////////////////////////////////
|
||||
// Input/Output
|
||||
///////////////////////////////////////
|
||||
///////////////////////////////////////
|
||||
// Input/Output
|
||||
///////////////////////////////////////
|
||||
|
||||
/*
|
||||
* Ouput
|
||||
*/
|
||||
/*
|
||||
* Ouput
|
||||
*/
|
||||
|
||||
// Use System.out.println() to print lines.
|
||||
System.out.println("Hello World!");
|
||||
|
Loading…
Reference in New Issue
Block a user