Created
November 7, 2011 13:58
-
-
Save draftcode/1345078 to your computer and use it in GitHub Desktop.
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 public hello | |
| .super java/lang/Object | |
| .method public static main([Ljava/lang/String;)V | |
| .limit stack 2 | |
| getstatic java/lang/System/out Ljava/io/PrintStream; | |
| ldc "Hello, World" | |
| invokevirtual java/io/PrintStream/println(Ljava/lang/String;)V | |
| return | |
| .end method |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment