Clean up tests

This commit is contained in:
jD91mZM2
2018-07-22 11:24:50 +02:00
parent e9484e4d60
commit 67d5976622
97 changed files with 84 additions and 84 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdlib.h>
int main(int argc, char ** argv) {
system("echo test of system");
return 0;
}