Files

6 lines
54 B
Go
Raw Permalink Normal View History

package main
func main() {
panic("panic message")
}