This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
jhb2345
/
nsa
peilaus alkaen
https://github.com/jibby0/nsa
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Puu:
89d67e536f
Haarat
Tagit
master
nsa
/
Makefile
Makefile
82 B
Historia
Raaka
1
2
3
4
5
nsa : nsa.c
gcc -std=c99 -Wall -Wextra -pedantic -o nsa nsa.c
clean:
rm -f nsa