From ab15f30b138f873902360ca47b3704b79c5d5385 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sat, 26 Apr 2025 22:55:46 +0800 Subject: [PATCH] _demo: hello --- _demo/hello/hello.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_demo/hello/hello.go b/_demo/hello/hello.go index 18a35ca0..4b358dda 100644 --- a/_demo/hello/hello.go +++ b/_demo/hello/hello.go @@ -11,7 +11,3 @@ func main() { fmt.Println("hello world by fmt.Println") c.Printf(c.Str("Hello world by c.Printf\n")) } - -/* Expected output: -Hello world -*/