9 lines
86 B
Go
9 lines
86 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
panic("O noes")
|
|
fmt.Println("Finished")
|
|
}
|