non important commit

This commit is contained in:
maxstrb 2026-02-18 16:16:00 +01:00
parent 2fb1686b7e
commit 60bba51792
3 changed files with 30 additions and 0 deletions

View file

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