Skip to content

Commit 6eaf0a5

Browse files
committed
README update
1 parent 291353a commit 6eaf0a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Join the [Advent of Code][aoc] contest, solve the *Day 01* as soon as it is publ
2424

2525
For the following days, copy the `Day01.kt` solution file and increment the day number.
2626

27-
> **Note**
27+
> [!NOTE]
2828
>
2929
> Remember to join the Kotlin contest!
3030
>
@@ -51,7 +51,7 @@ After you create a new project based on the current template repository using th
5151
└── Day01_test.txt An optional Day 01 test input data used for checks
5252
```
5353

54-
> **Note**
54+
> [!NOTE]
5555
>
5656
> 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).
5757
@@ -77,7 +77,7 @@ To call the algorithm you're implementing, click on the green Play button next t
7777

7878
![img.png](.github/readme/run.png)
7979

80-
> **Warning**
80+
> [!IMPORTANT]
8181
>
8282
> Before running tasks or tests, make sure to create relevant files, like: `src/Day01.txt` or `src/Day01_test.txt`.
8383

0 commit comments

Comments
 (0)