summaryrefslogtreecommitdiffstats
path: root/Pipfile.lock
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2020-12-11 23:53:45 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2020-12-11 23:53:45 +0100
commit4985ee94450df0bbcf982b7652c946a47707e60c (patch)
tree6a19652db8f05ab6546f9b5fe00c7e652f8acd8e /Pipfile.lock
download2021-4985ee94450df0bbcf982b7652c946a47707e60c.tar.gz
2021-4985ee94450df0bbcf982b7652c946a47707e60c.tar.bz2
2021-4985ee94450df0bbcf982b7652c946a47707e60c.zip
Added AoC day 1 and 2
Diffstat (limited to 'Pipfile.lock')
-rw-r--r--Pipfile.lock20
1 files changed, 20 insertions, 0 deletions
diff --git a/Pipfile.lock b/Pipfile.lock
new file mode 100644
index 0000000..4cee413
--- /dev/null
+++ b/Pipfile.lock
@@ -0,0 +1,20 @@
1{
2 "_meta": {
3 "hash": {
4 "sha256": "e2a8a78582d100dc86a0694f5ad982ca341a6b861fd871c6306733562f9e16cc"
5 },
6 "pipfile-spec": 6,
7 "requires": {
8 "python_version": "3.8"
9 },
10 "sources": [
11 {
12 "name": "pypi",
13 "url": "https://pypi.python.org/simple",
14 "verify_ssl": true
15 }
16 ]
17 },
18 "default": {},
19 "develop": {}
20}