Sunday, April 8, 2012

Math & Code

\[e^{i\pi} + 1 = 0\]
#include <iostream>
int main(int argc, char* argv[])
{
    std::cout << "Hello, world!" << std::endl;
    return 0;
}

No comments:

Post a Comment