Files
BinexProject/tests/get_flag.c
Maier Johannes 338f0eda4d Add CI and test (#1)
Add CI and test
2024-01-12 04:02:30 +01:00

7 lines
108 B
C

#include <stdio.h>
int main(void) {
printf("flag_0123456789abcdef0123456789abcdef\n");
return 0;
}