Files
llgo/_demo/runtest/bar/bar.go

6 lines
42 B
Go
Raw Normal View History

2024-12-31 10:53:38 +08:00
package bar
func Bar() int {
return 2
}