From c53bda87d0fa6a5cd95595c374215c586bdd7d40 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 15 Aug 2024 13:39:00 +0200 Subject: checkpoint --- lua/user/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/user/main.go (limited to 'lua/user/main.go') diff --git a/lua/user/main.go b/lua/user/main.go new file mode 100644 index 0000000..ef25884 --- /dev/null +++ b/lua/user/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, world!") +} -- cgit v1.2.3