add files

pipes2game
MuedeHydra 2024-12-09 09:41:58 +01:00
parent 42c2da6032
commit d38f410148
3 changed files with 22 additions and 0 deletions

Binary file not shown.

Binary file not shown.

22
src/main.c Normal file
View File

@ -0,0 +1,22 @@
#include <stdio.h>
#include <stdio.h>
// import sub programme
#include "test_prog.h"
/*
Photonics helper main programm
Das main programm startet die sub programme der verschienene gruppen
Autor: Noah Balsinger, Thomas Zwicker
Version: 0.1
Datum: 04.12.2024
Änderungen:
0.1 04.12.2024 Dokument erstellt
*/
int main(){
int x = test_gruppe_programmname();
return 0;
}