chore: init

This commit is contained in:
jabuxas 2025-02-27 10:17:37 -03:00
commit 5a0e5e2ea3
2 changed files with 12 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/jabuxas/revelation
go 1.23.4

9
revelation.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello world")
}