useless file

This commit is contained in:
2025-10-25 11:16:20 -03:00
parent e3772d0944
commit 5ba30c617a

15
main.go
View File

@@ -1,15 +0,0 @@
package main
import (
"fmt"
lua "github.com/yuin/gopher-lua"
)
func main() {
L := lua.NewState()
if err := L.DoFile("lua.lua"); err != nil {
fmt.Println(err)
}
}