📝 delete system call in test files

This commit is contained in:
ValKmjolnir
2024-05-22 23:41:14 +08:00
parent f9f2cf6d47
commit b02168fc55
10 changed files with 19 additions and 29 deletions
+1 -3
View File
@@ -2,7 +2,6 @@ use module.libkey;
use std.list;
use std.runtime;
use std.coroutine;
use std.os;
use std.unix;
var game = func(x,y) {
@@ -130,8 +129,7 @@ var co=coroutine.create(func() {
var main = func(argv) {
var should_skip=(size(argv)!=0 and argv[0]=="--skip");
# enable unicode
if (os.platform()=="windows")
system("chcp 65001");
runtime.windows.set_utf8_output();
print("\ec");
var g=game(15,10);