bot50 2024-02-20 19:48:32 +00:00
commit 7e0707d9c2
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\n");
}