Skip to content

Commit

Permalink
Change example
Browse files Browse the repository at this point in the history
  • Loading branch information
matbur committed Nov 9, 2018
1 parent 47c6a94 commit 7f48914
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 59 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.idea/
**/tmp*

# Created by .ignore support plugin (hsz.mobi)
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
Expand Down
11 changes: 11 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]

[dev-packages]

[requires]
python_version = "3.7"
Binary file modified file.pdf
Binary file not shown.
70 changes: 19 additions & 51 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,58 +16,26 @@ def main():
(0, 10, 13),
(0, 11, 14),
(0, 12, 15),
(0, 13, 16),
(0, 14, 17),
(0, 15, 18),
(0, 16, 19),
(0, 17, 20),
(0, 18, 21),
(0, 19, 22),
(0, 20, 23),
(0, 21, 24),
(0, 22, 25),
(0, 23, 26),
(0, 24, 27),
(0, 25, 28),
(0, 26, 29),
(0, 27, 30),
(0, 28, 31),
(0, 29, 0),
(0, 30, 1),
(0, 31, 2),
(0, 13, 0),
(0, 14, 1),
(0, 15, 2),

(1, 0, 31),
(1, 1, 0),
(1, 2, 1),
(1, 3, 2),
(1, 4, 3),
(1, 5, 4),
(1, 6, 5),
(1, 7, 6),
(1, 8, 7),
(1, 9, 8),
(1, 10, 9),
(1, 11, 10),
(1, 12, 11),
(1, 13, 12),
(1, 14, 13),
(1, 15, 14),
(1, 16, 15),
(1, 17, 16),
(1, 18, 17),
(1, 19, 18),
(1, 20, 19),
(1, 21, 20),
(1, 22, 21),
(1, 23, 22),
(1, 24, 23),
(1, 25, 24),
(1, 26, 25),
(1, 27, 26),
(1, 28, 27),
(1, 29, 28),
(1, 30, 29),
(1, 31, 30),
(1, 0, 13),
(1, 1, 14),
(1, 2, 15),
(1, 3, 0),
(1, 4, 1),
(1, 5, 2),
(1, 6, 3),
(1, 7, 4),
(1, 8, 5),
(1, 9, 6),
(1, 10, 7),
(1, 11, 8),
(1, 12, 9),
(1, 13, 10),
(1, 14, 11),
(1, 15, 12),
], 'jk'

file = 'file.tex'
Expand Down
8 changes: 0 additions & 8 deletions requirements.txt

This file was deleted.

0 comments on commit 7f48914

Please sign in to comment.