9831951fee
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
9 lines
96 B
C
9 lines
96 B
C
|
|
#include "framework_test.h"
|
|
|
|
int main() {
|
|
// Tests
|
|
framework_test();
|
|
return 0;
|
|
}
|
|
|