diff options
-rw-r--r-- | cactus.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ local location = vector.new(gps.locate()) print(location) +print(gps.locate()) |
index : computercraft programs | ||
bucket |
summaryrefslogtreecommitdiff |
-rw-r--r-- | cactus.lua | 1 |
@@ -1,2 +1,3 @@ local location = vector.new(gps.locate()) print(location) +print(gps.locate()) |