Create the smallest (64 chars or less) C program possible that prints the output:
* * * * *
* * * * *
* * * * *
* * * * *
Four rows of five asterisks with a space between each (trailing whitespace is irrelevant as long as there's a newline).
The code should compile on a standard up-to-date Linux GCC install with no additional compiler flags (i.e. gcc program.c -o program) and must execute without any command line arguments.
Compiler warnings are fine, as long as the code runs.
The scoring structure is as follows:
Characters Award
56 to 64 Flag
51 to 55 Flag + 25 bonus points
49 to 50 Flag + 50 bonus points
49 Flag + 100 bonus points
Action | Rating | Author team |
---|---|---|
Read writeup |
not rated
|
ninchy0 |