Skip to content

Instantly share code, notes, and snippets.

@masad-frost
Created May 11, 2016 10:14
Show Gist options
  • Save masad-frost/f0a41e6356aace9d42895bedcaa8b7e6 to your computer and use it in GitHub Desktop.
Save masad-frost/f0a41e6356aace9d42895bedcaa8b7e6 to your computer and use it in GitHub Desktop.
https://repl.it/CP8B/0 created by masfrost
class Main {
public static void main(String[] args) {
asdasd;
System.out.println("hello world");
}
}
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