Where people come together to learn, code, and play. Custom-built HTTP server, site generator, and website from scratch using no external libraries. Goal is to be as minimalistic and fun as possible.
http://projectdivar.com
5 lines
125 B
5 lines
125 B
3 years ago
|
cd /workspace/SigPlace
|
||
|
javac -Xlint:unchecked -cp . sigPlace.java
|
||
|
printf "\n\n\nRunning Program...\n\n"
|
||
|
java sigPlace
|
||
|
./clean
|