fix: println

This commit is contained in:
Haolan
2025-09-05 19:00:53 +08:00
parent e444c4b6ac
commit 7ca8abc788
3 changed files with 18 additions and 5 deletions

View File

@@ -2,6 +2,10 @@
package runtime
import (
_ "unsafe"
)
const (
LLGoPackage = "link"
LLGoFiles = "_wrap/runtime.c"