Initial attempt at adding tests

This commit is contained in:
Duncan Ogilvie
2021-04-06 14:57:22 +02:00
parent 598c9b9ba8
commit 326647011b
12 changed files with 110 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <cstdio>
int main() {
puts("Hello from cmkr!");
}