This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
TestOrg
/
HelloWorld
Liatin
3
Bintangi
0
Fork
0
Berkas
Tarik Permintaan
0
Pohon:
384138afb2
Ranting
Tag
master
HelloWorld
/
makefile
makefile
69 B
Riwayat
Mentahan
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out