mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
update main.cpp and bug fix
This commit is contained in:
+3
-2
@@ -143,6 +143,8 @@ var curve6=func(){
|
||||
print('\n');
|
||||
}
|
||||
}
|
||||
if(os.platform()=="windows")
|
||||
system("chcp 65001");
|
||||
trans_ttf("just for test");
|
||||
trans_ttf(" ValKmjolnir ");
|
||||
trans_ttf("just for fun");
|
||||
@@ -151,5 +153,4 @@ curve2();
|
||||
curve3();
|
||||
curve4();
|
||||
curve5();
|
||||
curve6();
|
||||
println("🟩🟥");
|
||||
curve6();
|
||||
Reference in New Issue
Block a user