This commit is contained in:
nora 2023-02-11 23:03:45 +01:00
parent fb0b512991
commit 03a4287bee
4 changed files with 228 additions and 31 deletions

View file

@ -0,0 +1,6 @@
#include<stdio.h>
int main(int argc, char **argv) {
puts("Hello, World!");
return 0;
}