1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 02:55:24 +02:00

Added javac to common

This commit is contained in:
Robbie S 2015-12-28 18:11:07 -08:00
parent c96cb115ed
commit 1a71ade49c

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

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