bot50 2024-02-20 19:47:39 +00:00
commit 0f85f3a1d6
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, universe!\n");
}