2017-11-26 12:06:41 -05:00

8 lines
151 B
C++
Executable File

#include <iostream>
int main(int argc, const char * argv[])
{
std::cout << "Awww yeah, gonna test some stuff here eventually!\n";
return 0;
}