1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-07 15:26:45 +02:00

Changed indentation to 4 spaces

This commit is contained in:
Sean Nam
2017-02-08 23:36:49 -08:00
parent f2a5bc8a91
commit 3bfb74042f

View File

@@ -52,13 +52,13 @@ public class LearnJava {
// point. // point.
public static void main (String[] args) { public static void main (String[] args) {
/////////////////////////////////////// ///////////////////////////////////////
// Input/Output // Input/Output
/////////////////////////////////////// ///////////////////////////////////////
/* /*
* Ouput * Ouput
*/ */
// Use System.out.println() to print lines. // Use System.out.println() to print lines.
System.out.println("Hello World!"); System.out.println("Hello World!");