6 lines
46 B
Go
6 lines
46 B
Go
![]() |
package main
|
||
|
|
||
|
func main() {
|
||
|
panic("BOOM!")
|
||
|
}
|