diff options
author | Sean Nam <namsangwoo1@gmail.com> | 2017-02-08 23:36:49 -0800 |
---|---|---|
committer | Sean Nam <namsangwoo1@gmail.com> | 2017-02-08 23:36:49 -0800 |
commit | 3bfb74042f1bb682e729fc79d017cdbb3c8024ba (patch) | |
tree | 86a0f40f42582b8d71eee728ffa27ef184fd52f9 /java.html.markdown | |
parent | f2a5bc8a91ab7da393a1c8548956d6e858bf2c11 (diff) |
Changed indentation to 4 spaces
Diffstat (limited to 'java.html.markdown')
-rw-r--r-- | java.html.markdown | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java.html.markdown b/java.html.markdown index 9bb036cd..c92c09dc 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -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!"); |