Add test programs to github.

This commit is contained in:
Ernie Pasveer
2021-09-05 11:58:58 -05:00
parent 6357b7a0ef
commit e6971155ab
45 changed files with 621 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#pragma once
#include <string>
void function1 (const std::string& text);