6 lines
65 B
Go
6 lines
65 B
Go
package main
|
|
|
|
func main() {
|
|
panic("nothing implemented yet.")
|
|
}
|