Skip to content

Commit

Permalink
Merge pull request #1 from chenjy2003/cjy-edits
Browse files Browse the repository at this point in the history
Cjy edits
  • Loading branch information
chenjy2003 authored Aug 25, 2020
2 parents fb53862 + 42d47bf commit 6759bd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# hello-world
test
abcdefg
6 changes: 6 additions & 0 deletions a.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include<cstdio>
using namespace std;
int main()
{
printf("Hello World");
}

0 comments on commit 6759bd3

Please sign in to comment.