Files
dsa.go/cmd/main.go
T

8 lines
95 B
Go

package main
import "fmt"
func main() {
fmt.Println("Learning and Practicing DSA in Go.")
}