Yet another idea from the Arch Forums (sorry, they have some neat stuff that I think would be neat to try on these forums
)
Basically the idea is to write a C program, line by line, one line per post; with no double-posting.
The program doesn't have a goal, it's just whatever we make it. If you're including other files, state which file the line belongs in.
I'll start.
main.c:
Let's make some code!

Basically the idea is to write a C program, line by line, one line per post; with no double-posting.
The program doesn't have a goal, it's just whatever we make it. If you're including other files, state which file the line belongs in.
I'll start.
main.c:
Code:
#include <stdio.h>
Let's make some code!