Files
llgo/_demo/runtest/foo/foo.go

6 lines
42 B
Go
Raw Normal View History

2024-12-31 10:53:38 +08:00
package foo
func Foo() int {
return 1
}