Skip to content

Instantly share code, notes, and snippets.

@kmizu
Created April 19, 2020 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmizu/a5dade3b1c618bfa0d7de12bdde95e21 to your computer and use it in GitHub Desktop.
Save kmizu/a5dade3b1c618bfa0d7de12bdde95e21 to your computer and use it in GitHub Desktop.
Indent-based Java (Thought Experiment)
package for
public class For:
public static void main(String[] args):
for(int i = 0; i < 10; i++):
System.out.println(i)
package hello
public class Hello:
public static void main(String[] args):
System.out.println("Hello, World!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment