diff options
-rw-r--r-- | cactus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cactus.lua b/cactus.lua new file mode 100644 index 0000000..7167e30 --- /dev/null +++ b/cactus.lua @@ -0,0 +1,2 @@ +local location = vector.new(gps.locate()) +print(location) |