Added test structure and Unity usage

This commit is contained in:
2023-09-15 17:12:51 -05:00
parent c58349f9cb
commit 10c7f5cc1c
5 changed files with 52 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <iostream>
int main(void) {
std::cout << "Hello world" << std::endl;
return 0;
}