add files
parent
42c2da6032
commit
d38f410148
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue