init commit

This commit is contained in:
Jermeiah S 2025-06-21 00:40:32 -04:00
parent 52ef0e0924
commit f098443518
No known key found for this signature in database
5 changed files with 122 additions and 0 deletions

7
main.go Normal file
View file

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