From efb08855de672082142f107d97113baafaa4570c Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Thu, 13 Aug 2020 04:54:24 +1200 Subject: [PATCH] Update and rename b/locomotive-basic.b to l/locomotive-basic.b --- b/locomotive-basic.b | 2 -- l/locomotive-basic.b | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 b/locomotive-basic.b create mode 100644 l/locomotive-basic.b diff --git a/b/locomotive-basic.b b/b/locomotive-basic.b deleted file mode 100644 index ad6862f7..00000000 --- a/b/locomotive-basic.b +++ /dev/null @@ -1,2 +0,0 @@ -10 print "Hello, World" -run diff --git a/l/locomotive-basic.b b/l/locomotive-basic.b new file mode 100644 index 00000000..938af536 --- /dev/null +++ b/l/locomotive-basic.b @@ -0,0 +1,2 @@ +10 print "Hello World" +run