From b9bf8f40f9eb2fd1382d87faf41d94d2c77ba641 Mon Sep 17 00:00:00 2001 From: swastik1308 <=> Date: Sun, 4 Oct 2020 14:36:42 +0530 Subject: [PATCH 1/5] First program on Lua --- Lua/hello.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 Lua/hello.lua diff --git a/Lua/hello.lua b/Lua/hello.lua new file mode 100644 index 0000000..0f9623b --- /dev/null +++ b/Lua/hello.lua @@ -0,0 +1 @@ +print('Hello Folks! Welcome to Lua! I am a lightweight programming language! Happy learning!') From 8453d06f2fa34e5b8ca21cf3021c66b5df3dad6b Mon Sep 17 00:00:00 2001 From: Swastik Khuntia Date: Sun, 4 Oct 2020 16:35:29 +0530 Subject: [PATCH 2/5] Update hello.lua --- Lua/hello.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua/hello.lua b/Lua/hello.lua index 0f9623b..df1dc68 100644 --- a/Lua/hello.lua +++ b/Lua/hello.lua @@ -1 +1 @@ -print('Hello Folks! Welcome to Lua! I am a lightweight programming language! Happy learning!') +print('Hello World') From 0f412554bba333575321538e729d8aefafeadbfa Mon Sep 17 00:00:00 2001 From: Swastik Khuntia Date: Sun, 4 Oct 2020 16:36:27 +0530 Subject: [PATCH 3/5] Rename Lua/hello.lua to hello_swastik --- Lua/hello.lua => hello_swastik | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lua/hello.lua => hello_swastik (100%) diff --git a/Lua/hello.lua b/hello_swastik similarity index 100% rename from Lua/hello.lua rename to hello_swastik From d4c1399051a5b150279fb8d0530474e7a2449b18 Mon Sep 17 00:00:00 2001 From: Swastik Khuntia Date: Sun, 4 Oct 2020 16:37:51 +0530 Subject: [PATCH 4/5] Rename hello_swastik to hello_swastik.lua --- hello_swastik => hello_swastik.lua | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hello_swastik => hello_swastik.lua (100%) diff --git a/hello_swastik b/hello_swastik.lua similarity index 100% rename from hello_swastik rename to hello_swastik.lua From d892fe9dd3febb7fe7ba8357c786ce7d710ce6da Mon Sep 17 00:00:00 2001 From: C3Suryansu Date: Sun, 4 Oct 2020 16:42:04 +0530 Subject: [PATCH 5/5] Rename hello_swastik.lua to Lua/hello_swastik.lua --- hello_swastik.lua => Lua/hello_swastik.lua | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hello_swastik.lua => Lua/hello_swastik.lua (100%) diff --git a/hello_swastik.lua b/Lua/hello_swastik.lua similarity index 100% rename from hello_swastik.lua rename to Lua/hello_swastik.lua