initial commit

This commit is contained in:
Mark Vainomaa 2016-12-15 07:43:51 +02:00 committed by Gogs
commit d2fc40f0a7
2 changed files with 17 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# ---> Java
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# bytecodehackery
Bytecode generation example using OW2 ASM