Skip to content

Commit 9486c85

Browse files
committed
add aoc links to showcase days
1 parent 35e947d commit 9486c85

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

2019/day-03/v1.hs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-- https://adventofcode.com/2019/day/3
2+
13
import qualified Data.Char as Char
24
import qualified Data.List as List
35
import qualified Data.Set as Set

2020/day-17/v1.fsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://adventofcode.com/2020/day/17
2+
13
let data = """
24
.#.
35
..#

2020/day-17/v1.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# https://adventofcode.com/2020/day/17
2+
13
require "set"
24

35
sample_1 = "

2020/day-17/v2.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# https://adventofcode.com/2020/day/17
2+
13
require "set"
24

35
sample_1 = "

2023/src/bin/day-11/main.ua

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# https://adventofcode.com/2023/day/11
2+
13
# Uiua 0.6.1
24

35
Lib ← &i "../../lib.ua"

0 commit comments

Comments
 (0)