{"id":16207939,"url":"https://github.com/applejag/adventofcode-2020-fsharp","last_synced_at":"2025-04-02T17:32:03.706Z","repository":{"id":96517067,"uuid":"317647004","full_name":"applejag/adventofcode-2020-fsharp","owner":"applejag","description":"My attempt at Advent of Code 2020 using F# https://adventofcode.com/2020","archived":true,"fork":false,"pushed_at":"2020-12-14T07:24:24.000Z","size":181,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T04:32:50.513Z","etag":null,"topics":["advent-of-code","advent-of-code-2020","advent-of-code-fsharp","dotnet-5","fsharp"],"latest_commit_sha":null,"homepage":"","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/applejag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-12-01T19:31:45.000Z","updated_at":"2024-10-27T23:40:57.000Z","dependencies_parsed_at":"2023-07-01T21:17:59.099Z","dependency_job_id":null,"html_url":"https://github.com/applejag/adventofcode-2020-fsharp","commit_stats":null,"previous_names":["applejag/adventofcode-2020-fsharp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fadventofcode-2020-fsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fadventofcode-2020-fsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fadventofcode-2020-fsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejag%2Fadventofcode-2020-fsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applejag","download_url":"https://codeload.github.com/applejag/adventofcode-2020-fsharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246860155,"owners_count":20845619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advent-of-code","advent-of-code-2020","advent-of-code-fsharp","dotnet-5","fsharp"],"created_at":"2024-10-10T10:14:51.234Z","updated_at":"2025-04-02T17:32:03.345Z","avatar_url":"https://github.com/applejag.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code 2020 via F#\n\nThis repo contains my attempt at Advent of Code 2020\n(\u003chttps://adventofcode.com/2020\u003e).\n\n## Running it\n\n- Install .NET 5.0\n\n- Run with the `dotnet` CLI inside the project you wish to run.\n  For day 1, you would run:\n\n  ```sh\n  cd src/Day01\n\n  # To run it on \"input.txt\" in current working directory\n  dotnet run\n\n  # To run it on some other file, example:\n  dotnet run -- sample.txt\n  ```\n\n## Adding a new puzzle solution\n\nThere is a template project, named `DayXX`. To make a new one, you may first\nset the following environment variable:\n\n```sh\n# If using bash, zsh, sh, dash, ash...\nAOC_DAY=03\n\n# If using fish\nset AOC_DAY 03\n\n# If using PowerShell\n$AOC_DAY='03'\n```\n\nThen run the following commands:\n\n```sh\ncp -r \"src/DayXX\" \"src/Day$AOC_DAY\"\nmv \"src/Day$AOC_DAY/DayXX.fsproj\" \"src/Day$AOC_DAY/Day$AOC_DAY.fsproj\"\ndotnet sln add \"src/Day$AOC_DAY\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplejag%2Fadventofcode-2020-fsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplejag%2Fadventofcode-2020-fsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplejag%2Fadventofcode-2020-fsharp/lists"}