This website works better with JavaScript
Home
Explore
Help
Sign In
CNI
/
Pamef
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.0
Pamef
/
ta1
/
makefile
makefile
95 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
Main.class : *.java
javac Main.java
run : Main.class
java Main
clean : *.class
rm *.class