初步进行了一些调整,作为 Viper 语言的一般模板使用

This commit is contained in:
2026-07-19 11:49:07 +08:00
parent 0c6339ca5e
commit 1b9b81f500
23 changed files with 2 additions and 976 deletions

View File

@@ -0,0 +1,12 @@
import w32.win32console as w32cmd
import t, c
pagecode: t.CDefine = 65001
@t.CExport
def main() -> int:
w32cmd.SetConsoleOutputCP(pagecode)
w32cmd.SetConsoleCP(pagecode)
print("你好,世界")
return 0