bot50 2024-02-20 19:49:52 +00:00
commit f3f33e8c66
1 changed files with 6 additions and 0 deletions

6
hello.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main(void)
{
printf("hello, world");
}