feat: setup for day 5

This commit is contained in:
Stevan Freeborn
2024-12-05 14:18:29 -06:00
parent 9e44721fb7
commit 61d67bfae1
14 changed files with 140 additions and 15 deletions
+13
View File
@@ -0,0 +1,13 @@
# Default ignored files
/shelf/
/workspace.xml
# Rider ignored files
/modules.xml
/projectSettingsUpdater.xml
/contentModel.xml
/.idea.AdventOfCode2024.iml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
+1
View File
@@ -0,0 +1 @@
AdventOfCode2024
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes>
<Path>.gitignore</Path>
<Path>01/INPUT.txt</Path>
<Path>01/PROBLEM.md</Path>
<Path>02/INPUT.txt</Path>
<Path>02/PROBLEM.md</Path>
<Path>04/INPUT.txt</Path>
<Path>04/PROBLEM.md</Path>
<Path>05/PROBLEM.md</Path>
<Path>README.md</Path>
</explicitIncludes>
<explicitExcludes />
</component>
</project>
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>