Initial commit

This commit is contained in:
2024-01-19 22:05:18 +07:00
commit a114d5486f
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/elm

7
elm.go Normal file
View File

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

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module e1lama/elm
go 1.20