This website requires JavaScript.
Explore
Help
Sign In
setop
/
aoc2022
Watch
1
Star
0
Fork
You've already forked aoc2022
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6ff32e169a
aoc2022
/
d18
/
draw.awk
2 lines
82 B
Awk
Raw
Blame
History
{
print
"translate(["
$
1
+
0.05
","
$
2
+
0.05
","
$
3
+
0.05
"]) cube([0.9,0.9,0.9]);"
}
Reference in New Issue
View Git Blame
Copy Permalink