Update and rename b/locomotive-basic.b to l/locomotive-basic.b

This commit is contained in:
Richie Bendall
2020-08-13 04:54:24 +12:00
committed by GitHub
parent 6779dc0167
commit efb08855de
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +0,0 @@
10 print "Hello, World"
run

2
l/locomotive-basic.b Normal file
View File

@@ -0,0 +1,2 @@
10 print "Hello World"
run