diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-03 23:11:10 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-03 23:11:10 +0100 |
commit | 768639cd2fea499f5e11c56a5e3a9251f3eee54b (patch) | |
tree | fcf924e2027a03ae2757a24576c0c36556c364a0 | |
parent | d9c7e1957e9ce04d409b5ec598f6b986ccb8d9e4 (diff) |
launch cactus
-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) |