moved test.cc to src folder

This commit is contained in:
Derek Tan
2024-06-30 00:08:01 -04:00
parent c5f5f969a4
commit e1bb9c3c3c

8
src/test.cc Normal file
View File

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