Skip to content

Commit 0187751

Browse files
authored
Merge pull request #42 from Arxcis/add-deno
Add deno language with example, and solutions for day 01 through 07
2 parents 0f9a55d + 20d03c1 commit 0187751

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+392
-32
lines changed

.github/workflows/day-00-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
test:
2121
runs-on: ubuntu-latest
2222
container:
23-
image: "jonasjso/adventofcode2020:2020-12-05-with-node15"
23+
image: "jonasjso/adventofcode2020:2020-12-07-with-deno"
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: make versions

.github/workflows/day-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: "jonasjso/adventofcode2020:2020-12-05-with-node15"
19+
image: "jonasjso/adventofcode2020:2020-12-07-with-deno"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: make versions

.github/workflows/day-02.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: "jonasjso/adventofcode2020:2020-12-05-with-node15"
19+
image: "jonasjso/adventofcode2020:2020-12-07-with-deno"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: make versions

.github/workflows/day-03.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: "jonasjso/adventofcode2020:2020-12-05-with-node15"
19+
image: "jonasjso/adventofcode2020:2020-12-07-with-deno"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: make versions

.github/workflows/day-04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: "jonasjso/adventofcode2020:2020-12-05-with-node15"
19+
image: "jonasjso/adventofcode2020:2020-12-07-with-deno"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: make versions

.github/workflows/day-05.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: "jonasjso/adventofcode2020:2020-12-05-with-node15"
19+
image: "jonasjso/adventofcode2020:2020-12-07-with-deno"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: make versions

.github/workflows/day-06.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: "jonasjso/adventofcode2020:2020-12-05-with-node15"
19+
image: "jonasjso/adventofcode2020:2020-12-07-with-deno"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: make versions

.github/workflows/day-07.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: "jonasjso/adventofcode2020:2020-12-05-with-node15"
19+
image: "jonasjso/adventofcode2020:2020-12-07-with-deno"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: make versions

.github/workflows/day-08.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: "jonasjso/adventofcode2020:2020-12-05-with-node15"
19+
image: "jonasjso/adventofcode2020:2020-12-07-with-deno"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: make versions

.github/workflows/day-09.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: "jonasjso/adventofcode2020:2020-12-05-with-node15"
19+
image: "jonasjso/adventofcode2020:2020-12-07-with-deno"
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: make versions

0 commit comments

Comments
 (0)