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

Commitfc85d57

Browse files
committed
Revert example implementation
1 parentc7afbb1 commitfc85d57

File tree

1 file changed

+1
-3
lines changed
  • src/main/kotlin/com/github/kotlinhandson/aoc

1 file changed

+1
-3
lines changed

‎src/main/kotlin/com/github/kotlinhandson/aoc/Day01.kt‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
packagecom.github.kotlinhandson.aoc
22

3-
importcom.github.kotlinhandson.aoc.utils.ints
4-
53
classDay01 :Day(1) {
64

75
overridefunpart1(input:String):Int {
8-
returninput.ints().sum()
6+
return0
97
}
108

119
overridefunpart2(input:String):Int {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp