Skip to content

Commit

Permalink
Create a.cpp
Browse files Browse the repository at this point in the history
hw
  • Loading branch information
chenjy2003 authored Aug 25, 2020
1 parent 9a5cd3e commit 42d47bf
Showing 1 changed file with 6 additions and 0 deletions.
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 42d47bf

Please sign in to comment.