Created
May 11, 2016 10:14
-
-
Save masad-frost/f0a41e6356aace9d42895bedcaa8b7e6 to your computer and use it in GitHub Desktop.
https://repl.it/CP8B/0 created by masfrost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Main { | |
public static void main(String[] args) { | |
asdasd; | |
System.out.println("hello world"); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java version "1.8.0_31" | |
Java(TM) SE Runtime Environment (build 1.8.0_31-b13) | |
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode) | |
>>> Main.java:3: error: not a statement | |
asdasd; | |
^ | |
1 error | |
exit status 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment