dotenv is fucking scary dude

This commit is contained in:
2025-08-03 15:49:27 +02:00
parent 50ee892efb
commit 5b5be5835d
10 changed files with 14 additions and 0 deletions

View File

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