codekingpro's picture
Add files using upload-large-folder tool
fc11197 verified
Raw
History Blame Contribute Delete
193 Bytes
go run main.go
! stdout .
! stderr .
-- main.go --
package main
func main() {
switch {
case true:
_:
fallthrough
default:
}
switch {
case true:
_:
_:
fallthrough
default:
}
}