1
0
Fork 0

initial commit

This commit is contained in:
Jannik Beyerstedt 2015-09-13 22:25:49 +02:00
commit 5ccd3ac516
19 changed files with 150473 additions and 0 deletions

View file

@ -0,0 +1,9 @@
module test_cube()
{
cube([20, 40, 3], center = true);
}
test_cube();