📝 add notes in test files & use system("color") to use ANSI esc seq

This commit is contained in:
ValKmjolnir
2022-09-14 23:15:36 +08:00
parent 518ce7fcb9
commit 0576459fbe
7 changed files with 10 additions and 2 deletions
+1
View File
@@ -94,6 +94,7 @@ var map=func(){
}
}();
# enable unicode
if(os.platform()=="windows")
system("chcp 65001");
map.new(80);