Skip to content

Commit aaa8240

Browse files
committed
feat: 测试 GCC 是否安装成功
1 parent 927cae6 commit aaa8240

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

unix_linux_01_test_gcc/main.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Created by muli on 2020/3/2.
2+
// Copyright © 2020 muli. All rights reserved.
3+
//
4+
5+
#include <iostream>
6+
7+
int main(int argc, const char * argv[]) {
8+
// insert code here...
9+
std::cout << "Hello, World!\n";
10+
return 0;
11+
}

0 commit comments

Comments
 (0)