first commit

This commit is contained in:
2025-05-13 13:00:26 +02:00
parent 9ba90af648
commit 1b20a766c6
6 changed files with 240 additions and 0 deletions

15
main.c Normal file
View File

@@ -0,0 +1,15 @@
/*
* main.c
*
* Created on: 12 May 2025
* Author: Christian Lind Vie Madsen
*/
#include <stdio.h>
int main(void){
}