Files

6 lines
42 B
Go
Raw Permalink Normal View History

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