11 lines
122 B
C
11 lines
122 B
C
// TODO: Automatic unit-testing.
|
|
|
|
int main(void)
|
|
{
|
|
// 1. Write unit-tests.
|
|
// 2. Run them.
|
|
// 3. Profit!
|
|
|
|
return 0;
|
|
}
|