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.
public static void main (String[] args) {
///////////////////////////////////////
// Input/Output
///////////////////////////////////////
///////////////////////////////////////
// Input/Output
///////////////////////////////////////
/*
* Ouput
*/
/*
* Ouput
*/
// Use System.out.println() to print lines.
System.out.println("Hello World!");