Skip to content

Instantly share code, notes, and snippets.

@yokotak0527
Created July 9, 2013 01:12
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 yokotak0527/5953858 to your computer and use it in GitHub Desktop.
Save yokotak0527/5953858 to your computer and use it in GitHub Desktop.
import js.Lib;
class Main{
static function main(){
js.Lib.alert('hoge');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment