Practice ยท 2 of 2
Three Lines
Implement void program(void) that prints exactly three lines:
``
C is compiled
fast and small
I am learning it
``
Nothing else โ no extra blank lines.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Hello Practice