Day 3 fix
This commit is contained in:
parent
743fe407b7
commit
842baa188a
|
@ -0,0 +1,13 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/modules.xml
|
||||
/projectSettingsUpdater.xml
|
||||
/contentModel.xml
|
||||
/.idea.Day3.iml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
|
@ -0,0 +1 @@
|
|||
Day3
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DiscordProjectSettings">
|
||||
<option name="show" value="PROJECT_FILES" />
|
||||
<option name="description" value="" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/Day3.csproj": {}
|
||||
"/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/Day3.csproj": {
|
||||
"/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/Day3.csproj",
|
||||
"projectUniqueName": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3.csproj",
|
||||
"projectName": "Day3",
|
||||
"projectPath": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/Day3.csproj",
|
||||
"projectPath": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3.csproj",
|
||||
"packagesPath": "/home/tiagorg/.nuget/packages/",
|
||||
"outputPath": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/obj/",
|
||||
"outputPath": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/tiagorg/.nuget/NuGet/NuGet.Config"
|
||||
|
|
|
@ -7,4 +7,4 @@ build_property.InvariantGlobalization =
|
|||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Day3
|
||||
build_property.ProjectDir = /home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/
|
||||
build_property.ProjectDir = /home/tiagorg/repos/advent-of-code-2022/days1-5/day3/
|
||||
|
|
Binary file not shown.
|
@ -13,11 +13,11 @@
|
|||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/Day3.csproj",
|
||||
"projectUniqueName": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3.csproj",
|
||||
"projectName": "Day3",
|
||||
"projectPath": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/Day3.csproj",
|
||||
"projectPath": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3.csproj",
|
||||
"packagesPath": "/home/tiagorg/.nuget/packages/",
|
||||
"outputPath": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/obj/",
|
||||
"outputPath": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/home/tiagorg/.nuget/NuGet/NuGet.Config"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "SGqlPf0wubHSWwcSZ0jprpsQ9rem/2WmpE08sIupTKB5jkCBb5vuu+Z4+5QFffM+Sg3girwRA18dQk+VytUMyg==",
|
||||
"dgSpecHash": "GxvEt/zas/vqUdpHzZMZPvuL+haK583RnNkxhVCSPdJDli7g7c3qfF2A6o3s8ThqnbQPqZDD01GBDr24H4DZdg==",
|
||||
"success": true,
|
||||
"projectFilePath": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/Day3.csproj",
|
||||
"projectFilePath": "/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
|
@ -1 +1 @@
|
|||
"restore":{"projectUniqueName":"/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/Day3.csproj","projectName":"Day3","projectPath":"/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/Day3.csproj","outputPath":"/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/sdk/6.0.111/RuntimeIdentifierGraph.json"}}
|
||||
"restore":{"projectUniqueName":"/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3.csproj","projectName":"Day3","projectPath":"/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/Day3.csproj","outputPath":"/home/tiagorg/repos/advent-of-code-2022/days1-5/day3/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/sdk/6.0.111/RuntimeIdentifierGraph.json"}}
|
|
@ -1 +1 @@
|
|||
16701827419364493
|
||||
16702392523558223
|
Loading…
Reference in New Issue