aoc2022/d18/draw.awk

2 lines
82 B
Awk

{ print "translate([" $1+0.05 "," $2+0.05 "," $3+0.05 "]) cube([0.9,0.9,0.9]);" }