6
tests/get_flag.c
Normal file
6
tests/get_flag.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("flag_0123456789abcdef0123456789abcdef\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user