From ea05d80b20d48fff84c3285ba73b5377f89f2c21 Mon Sep 17 00:00:00 2001 From: Enrico Lumetti Date: Fri, 6 May 2022 01:27:07 +0200 Subject: [PATCH] Fill in LICENSE and hello world! --- LICENSE | 2 +- microLua.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 microLua.lua diff --git a/LICENSE b/LICENSE index 0b8ae76..6d036f8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) YEAR by AUTHOR EMAIL +Copyright (C) 2022 by Enrico Lumetti Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. diff --git a/microLua.lua b/microLua.lua new file mode 100644 index 0000000..f301245 --- /dev/null +++ b/microLua.lua @@ -0,0 +1 @@ +print("Hello World!")