Files
bootdotdev-fcc-learn-golang…/course/2-variables/exercises/2-short_declarations/code.go
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00

10 lines
85 B
Go

package main
import "fmt"
func main() {
// declare here
fmt.Println(congrats)
}