添加c++学习目录
This commit is contained in:
parent
68630dc53e
commit
2e01b3a6f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@ dkms.conf
|
||||
|
||||
*.o
|
||||
core
|
||||
build
|
||||
|
9
c++/hello_world.cpp
Normal file
9
c++/hello_world.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "Hello, world!\n";
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user