Skip to content

Instantly share code, notes, and snippets.

@mluukkai
Created October 12, 2011 17:00
Show Gist options
  • Save mluukkai/1281827 to your computer and use it in GitHub Desktop.
Save mluukkai/1281827 to your computer and use it in GitHub Desktop.
class foo {
void bar(){
}
}
class Main {
public static void main(){
System.out.println("hello");
}
}
@mluukkai
Copy link
Author

wtf?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment