feat: Project structure for learning

This commit is contained in:
2026-05-30 22:32:15 +05:30
commit f27f04ed1f
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Learning and Practicing DSA in Go.")
}
+3
View File
@@ -0,0 +1,3 @@
module dsa.go
go 1.26.3