This commit is contained in:
Imbus 2026-02-03 18:12:28 +01:00
commit b4d9399de6
16 changed files with 465 additions and 0 deletions

View file

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