This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
TestOrg
/
HelloWorld
ウォッチ
3
スター
0
フォーク
0
ファイル
プルリクエスト
0
ツリー:
384138afb2
ブランチ
タグ
master
HelloWorld
/
makefile
makefile
69 B
履歴
Raw
1
2
3
4
5
hello.out: main.cpp
g++ main.cpp -o hello.out
clean:
rm hello.out