Add runtime testing harness

This commit is contained in:
Sam Tebbs 2019-06-29 23:50:44 +01:00 committed by SamTebbs33
parent f8f7e40535
commit 35cfbd1686
9 changed files with 103 additions and 13 deletions

View file

@ -644,6 +644,7 @@ pub fn init() void {
printLogo();
displayPageNumber();
updateCursor();
log.logInfo("Done\n");
}
fn resetGlobals() void {