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

Appearance settings

Commit 9ea961d

Browse filesBrowse files
committed
Final configuration, code, and solution to Advent of Code 2024 Day 2, Part 1.
1 parent 8fbb1be commit 9ea961d
Copy full SHA for 9ea961d

File tree

Expand file treeCollapse file tree

10 files changed

+1090
-1
lines changed
Filter options
Expand file treeCollapse file tree

10 files changed

+1090
-1
lines changed

‎2024/day01_2/.idea/misc.xml

Copy file name to clipboardExpand all lines: 2024/day01_2/.idea/misc.xml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎2024/day02_1/.idea/kotlinc.xml

Copy file name to clipboardExpand all lines: 2024/day02_1/.idea/kotlinc.xml
+10Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎2024/day02_1/.idea/libraries/KotlinJavaRuntime.xml

Copy file name to clipboardExpand all lines: 2024/day02_1/.idea/libraries/KotlinJavaRuntime.xml
+23Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎2024/day02_1/.idea/misc.xml

Copy file name to clipboardExpand all lines: 2024/day02_1/.idea/misc.xml
+6Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎2024/day02_1/.idea/modules.xml

Copy file name to clipboardExpand all lines: 2024/day02_1/.idea/modules.xml
+8Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎2024/day02_1/.idea/vcs.xml

Copy file name to clipboardExpand all lines: 2024/day02_1/.idea/vcs.xml
+6Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎2024/day02_1/day02_1.iml

Copy file name to clipboard
+15Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
7+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
8+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
9+
<sourceFolder url="file://$MODULE_DIR$/testResources" type="java-test-resource" />
10+
</content>
11+
<orderEntry type="inheritedJdk" />
12+
<orderEntry type="sourceFolder" forTests="false" />
13+
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
14+
</component>
15+
</module>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.