8 lines
73 B
Go
8 lines
73 B
Go
//go:build !solution
|
|
// +build !solution
|
|
|
|
package main
|
|
|
|
func main() {
|
|
|
|
}
|