Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc49b33e

Browse files
committed
Exclude*.txt files from the repositorykotlin-hands-on#4
1 parent5332529 commitc49b33e

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.gradle
22
.idea
33
build
4+
src/**/*.txt

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ After you create a new project based on the current template repository using th
5151
└── Utils.kt A set of utility methods shared across your days
5252
```
5353

54+
>Note: All task input files are excluded from the repository with`.gitignore` – we should not post them publicly, as Eric Wastl asks for:[Tweet](https://twitter.com/ericwastl/status/1465805354214830081).
55+
5456
When the first puzzle appears, go to the`Day01.kt` and for each`part1` and`part2` functions, provide an algorithm implementation using the`input` data loaded from the`src/Day01.txt` file.
5557
This input data is common for both parts, and you can find it on the bottom of each day on the[Advent of Code][aoc] page.
5658

‎src/Day01.txt‎

Whitespace-only changes.

‎src/Day01_test.txt‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp