numbering game: guess a value
It was a short contest in IRC. Write a numbering game.
Anyway, i have lost: The winner realized it in 12 lines.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
/**
* libtest/func2.c
* Copyright (C) 2008 Markus Broeker
*/
#include <stdio.h>
void func2 ()
{
printf ("Func2: Implement me\n");
}