10 lines
71 B
Go
10 lines
71 B
Go
package main
|
|
|
|
import (
|
|
"log"
|
|
)
|
|
|
|
func main() {
|
|
log.Printf("packer")
|
|
}
|