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