8 lines
55 B
Go
8 lines
55 B
Go
|
package main
|
||
|
|
||
|
import "os"
|
||
|
|
||
|
func main() {
|
||
|
os.Exit(0)
|
||
|
}
|