Add flake

This commit is contained in:
2024-12-02 02:03:39 +01:00
parent 09b8bfd59c
commit 328790b281
5 changed files with 105 additions and 0 deletions

9
main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import "fmt"
const Version = "v0.1.0"
func main() {
fmt.Println("Hello!")
}