This website works better with JavaScript
Почетна
Преглед
Помоћ
Пријавите се
TestOrg
/
HelloWorld
Прати
3
Волим
0
Креирај огранак
0
Датотеке
Захтеви за спајање
0
Дрво:
384138afb2
Гране
Ознаке
master
HelloWorld
/
makefile
makefile
69 B
Историја
Датотека
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out