Skip to content

Commit bde0d07

Browse files
committed
mkdir gitUbu
0 parents  commit bde0d07

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

hello.cpp

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#include <iostream>
2+
using namespace std;
3+
4+
int main()
5+
{
6+
cout << "Hello, world!" << endl;
7+
return 0;
8+
}

readme.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Hello, welcome to my git repository. This sub-directory
2+
is a test about git on Ubuntu OS. There are some files here,
3+
most of whom are .txt files containing greeting message and
4+
.cpp/.h files containing simple code segments in C++.
5+
6+
All the files in "gitUbu" is available to everyone, so
7+
feel free to read, enjoy and share them. However, plagiarism
8+
is strictly prohibited. I will update the content in this sub
9+
-directory casually whether visitors are interested or not.
10+

0 commit comments

Comments
 (0)