This is the example puzzle.
int
main(void)
{
puts("This is an example code block.");
return 0;
}
Some info about the puzzle will go here, along with some example input/output.
$ ./test.py This is an example of preformatted input/output.