add files
This commit is contained in:
parent
42c2da6032
commit
d38f410148
BIN
Flussdiagramm/flussdiagramm.pdf
Normal file
BIN
Flussdiagramm/flussdiagramm.pdf
Normal file
Binary file not shown.
BIN
Lastenheft/Lastenheft_Photonics_Helfer.pdf
Normal file
BIN
Lastenheft/Lastenheft_Photonics_Helfer.pdf
Normal file
Binary file not shown.
22
src/main.c
Normal file
22
src/main.c
Normal 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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user