Created
December 10, 2023 07:16
-
-
Save isaacssemugenyi/2729df736b9ae1194a29814149793e6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let costs: [(f32, f32, f32); 3] = [ | |
(807.50, 615.50, 367.40), | |
(519.40, 385.30, 243.60), | |
(497.00, 368.60, 233.10) | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment