Remove hello.cc

This commit is contained in:
Eryn Wells 2016-02-28 03:48:50 -05:00
parent d997765710
commit 14b7750b28

View file

@ -1,8 +0,0 @@
#include <iostream>
int
main()
{
std::cout << "Hello world!" << std::endl;
return 0;
}