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!")