Merge pull request #438 from rselwyn/master

Added javac to common
waldyrious/alt-syntax
Felix Yan 2015-12-29 11:46:07 +08:00
commit 51aa864728
1 changed files with 7 additions and 0 deletions

7
pages/common/javac.md Normal file
View File

@ -0,0 +1,7 @@
# javac
> Java Application Compiler.
- Compile a .java file.
`javac {{filename.java}}`