mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-09 08:16:58 +02:00
Changed indentation to 4 spaces
This commit is contained in:
@@ -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!");
|
||||
|
Reference in New Issue
Block a user