aboutsummaryrefslogtreecommitdiff
path: root/Занимательное программирование/3/4_cube/octahedron.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Занимательное программирование/3/4_cube/octahedron.txt')
-rw-r--r--Занимательное программирование/3/4_cube/octahedron.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Занимательное программирование/3/4_cube/octahedron.txt b/Занимательное программирование/3/4_cube/octahedron.txt
new file mode 100644
index 0000000..c47a3b7
--- /dev/null
+++ b/Занимательное программирование/3/4_cube/octahedron.txt
@@ -0,0 +1,22 @@
+8
+-100 -100 -100
+-100 100 -100
+100 100 -100
+100 -100 -100
+-100 -100 100
+-100 100 100
+100 100 100
+100 -100 100
+12
+0 1
+1 2
+2 3
+3 0
+4 5
+5 6
+6 7
+7 4
+0 4
+1 5
+2 6
+3 7