This commit is contained in:
Felipe M 2024-03-13 18:47:00 +01:00
parent 9197dd2371
commit d2a74a7a4e
11 changed files with 314 additions and 0 deletions

7
cmd/dharma/main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello there!")
}