1st Project, Message Board
C
gcc -Wall -o proj1 *.c
./proj1 < teste01.in > teste01.myout
./run.sh proj1.c teste01.in
./runall.sh proj1.c
Introduction to Algorithms and Data Structures, 1st Project - Message Board
C
1st Project, Message Board
C
gcc -Wall -o proj1 *.c
./proj1 < teste01.in > teste01.myout
./run.sh proj1.c teste01.in
./runall.sh proj1.c