Skip to content

Commit

Permalink
Create hello.c
Browse files Browse the repository at this point in the history
我的第一段github代码
  • Loading branch information
xiumo-qin authored Dec 14, 2024
1 parent 0e8980e commit b4fb059
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hello.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include<stdio.h>

int main() {
printf("Hello,World!");
}

0 comments on commit b4fb059

Please sign in to comment.