Assignment 7 sgximpl: initialize project structure
All checks were successful
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Successful in 1m1s
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (push) Successful in 1m3s
Latex Build / build-latex (Assignment 6 - Software Security - Teil 2) (push) Successful in 59s

This commit is contained in:
chronal 2024-06-30 15:46:00 +02:00
parent 4c9de6da37
commit 9831951fee
Signed by: chronal
GPG key ID: 25400F3DAABF602F
174 changed files with 209 additions and 24519 deletions

View file

@ -0,0 +1,7 @@
#include <stdio.h>
int main() {
printf("Hello World");
}