added tools, Makefile, and setup

This commit is contained in:
Derek Tan
2024-06-26 03:36:43 -04:00
parent cb0557932a
commit 3e1fb62242
8 changed files with 119 additions and 0 deletions

8
test.cc Normal file
View File

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