project-ely/main.go

12 lines
99 B
Go

package main
import (
"fmt"
"log"
)
func main() {
fmt.Println("Soup")
log.Printf("logs\n")
}