Files

6 lines
42 B
Go
Raw Permalink Normal View History

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