/*struct something { i64 i Array data private i64 total }*/ use std.string function main(args: Array) { const cars = 100 for x in 0x01..cars { print("{} cars are driving around the block", cars,) } }