Spinning Cubes
----------------
Projects   Reviews   RSS   Categories   Tags   CV   Archive  

Ignore Me

#include "cake.h"

void main()
{
    printf("Hello\n");

    printf("Ignore this post, it's only a test\n");

    std::cout << "Cake is good" << std::endl;
}
Categories: Website