diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-03 23:34:28 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-03 23:34:28 +0100 |
commit | c7d4af5597403caea231b254ada5f55667dadb17 (patch) | |
tree | bd7c79b125d9844f39ca0f34fe73d959d9f16f5e | |
parent | 99f0c58dc95691bc291c48d1532cc52dcfbbe204 (diff) |
launch cactus
-rw-r--r-- | cactus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,3 +21,5 @@ local x,y,z = gps.locate() print(x,y,z) local v = vector.new(x,y,z) print(v) +local w = vector.new(gps.locate()) +print(w) |