This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This the C source file from my test | |
#include "hiker.h" | |
#include <stdio.h> | |
int answer(void) | |
{ | |
for(int i = 0; i != 100; i++) | |
fputs("Hello\\n", stdout); | |
for(;;); | |
return 6 * 7; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -O https://raw.githubusercontent.com/cyber-dojo/commander/master/cyber-dojo |