Write some code

This commit is contained in:
Nils Freydank 2024-01-21 15:55:51 +01:00
parent edded09f43
commit 87edcc7645
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 5 additions and 0 deletions

5
main.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main(){
printf("Hello, world!\n");
}