Files
moxa/_test/switch31.go
2020-03-25 12:40:04 +01:00

11 lines
78 B
Go

package main
func main() {
switch {
}
println("bye")
}
// Output:
// bye