Skip to content

Instantly share code, notes, and snippets.

@isaacssemugenyi
Created December 10, 2023 07:16
Show Gist options
  • Save isaacssemugenyi/2729df736b9ae1194a29814149793e6e to your computer and use it in GitHub Desktop.
Save isaacssemugenyi/2729df736b9ae1194a29814149793e6e to your computer and use it in GitHub Desktop.
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