Skip to content

Instantly share code, notes, and snippets.

@larsbutler
Forked from anonymous/Main.java
Created August 22, 2012 12:01
Show Gist options
  • Save larsbutler/3424858 to your computer and use it in GitHub Desktop.
Save larsbutler/3424858 to your computer and use it in GitHub Desktop.
Main.java
public class Main {
public static void main(String[] args) {
Thread thread = new Thread(new GameKernel());
thread.run();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment