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.
		
The answer for this particular puzzle is "puzzle solution"
Get your input
You must log in to submit an answer