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