fixed pointer issue

This commit is contained in:
acute_interpreter_panic
2025-10-10 14:36:33 +02:00
parent 87e276de3d
commit 964512de06
4 changed files with 58 additions and 23 deletions

View File

@@ -7,6 +7,6 @@ import (
func main() {
cli.Shell([]string{
"#a Crystal F",
"20",
"d: 0",
})
}