summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cactus.lua2
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)