feat: add basic main.go

This commit is contained in:
Kasper Juul Hermansen 2025-01-06 21:16:55 +01:00
parent abda1b4d7b
commit 8b96947978
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

5
main.go Normal file
View File

@ -0,0 +1,5 @@
package main
func main() {
}