Restructuring

This commit is contained in:
Matt Jadud
2025-11-29 16:07:59 -05:00
parent 3f096d919c
commit 7beeacab1a
5 changed files with 4 additions and 9 deletions

9
cmd/api/main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Printf("True: %s", domain64.ReturnsTrue())
}