You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Join the [Advent of Code][aoc] contest, solve the *Day 01* as soon as it is publ
24
24
25
25
For the following days, copy the `Day01.kt` solution file and increment the day number.
26
26
27
-
> **Note**
27
+
> [!NOTE]
28
28
>
29
29
> Remember to join the Kotlin contest!
30
30
>
@@ -51,7 +51,7 @@ After you create a new project based on the current template repository using th
51
51
└── Day01_test.txt An optional Day 01 test input data used for checks
52
52
```
53
53
54
-
> **Note**
54
+
> [!NOTE]
55
55
>
56
56
> All task input files (`src/*.txt`) are excluded from the repository with `.gitignore` – we should not post them publicly, as [Eric Wastl requested for](https://twitter.com/ericwastl/status/1465805354214830081).
57
57
@@ -77,7 +77,7 @@ To call the algorithm you're implementing, click on the green Play button next t
77
77
78
78

79
79
80
-
> **Warning**
80
+
> [!IMPORTANT]
81
81
>
82
82
> Before running tasks or tests, make sure to create relevant files, like: `src/Day01.txt` or `src/Day01_test.txt`.
0 commit comments