diff options
Diffstat (limited to 'cpp/001test')
-rw-r--r-- | cpp/001test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/001test b/cpp/001test index 8c4bc5e3..0db10e4b 100644 --- a/cpp/001test +++ b/cpp/001test @@ -60,6 +60,8 @@ if (argc > 2 && is_equal(argv[1], "test") && is_number(argv[2])) { return 0; } +// End Test Runs + :(code) void run_tests() { time_t t; time(&t); |