Feat: Init .net project
Some checks failed
First CI / build (push) Failing after 10s

This commit is contained in:
vladyslav-crunch
2025-11-21 10:59:06 +01:00
parent 6a750e28fd
commit 64b79e129d
8 changed files with 190 additions and 7 deletions

7
main.c
View File

@@ -1,7 +0,0 @@
#include <stdio.h>
int main()
{
printf("Halo, Welt!");
return 0;
}