{"id":17422083,"url":"https://github.com/tranzystorekk/aoc2019-fsharp","last_synced_at":"2025-03-27T23:43:49.395Z","repository":{"id":75149349,"uuid":"248011976","full_name":"tranzystorekk/aoc2019-fsharp","owner":"tranzystorekk","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-17T11:08:06.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T00:06:29.808Z","etag":null,"topics":["advent-of-code-2019","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/tranzystorekk.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-03-17T15:56:28.000Z","updated_at":"2021-11-30T19:31:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb5ec137-dd92-4a61-a1ed-204d1ab7aace","html_url":"https://github.com/tranzystorekk/aoc2019-fsharp","commit_stats":null,"previous_names":["tranzystorekk/aoc2019-fsharp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranzystorekk%2Faoc2019-fsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranzystorekk%2Faoc2019-fsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranzystorekk%2Faoc2019-fsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranzystorekk%2Faoc2019-fsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tranzystorekk","download_url":"https://codeload.github.com/tranzystorekk/aoc2019-fsharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245944063,"owners_count":20697948,"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-2019","fsharp"],"created_at":"2024-10-17T03:05:34.773Z","updated_at":"2025-03-27T23:43:49.367Z","avatar_url":"https://github.com/tranzystorekk.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AOC 2019 :hash: sharp and functional :hash:\n\n## About\n\nSelected solutions from the original [Python repo](https://github.com/tranzystorek-io/aoc2019), now in stylish F#.\n\nF# is an opportunity to learn both .NET and the functional pardigm.\n\n## Dependencies\n\nTo run F# from this repo, you will need the [.NET Core SDK](https://dotnet.microsoft.com/download).\n\n## Usage\n\nThe solutions are all F# projects in the [src/days/](src/days) directory.\n\nTo check that everything works fine, you can try to build the whole repository:\n\n`dotnet build`\n\nAs an example, to run the Day01Part1 program, execute the following:\n\n`dotnet run -p src/days/Day01Part1/Day01Part1.fsproj [\u003cINPUT_FILE\u003e]`\n\n## [ArgParse](src/ArgParse) library\n\nUnifying input is surprisingly easy in F#, as both text files and STDIN can be represented\nas `IEnumerable\u003cstring\u003e` of the lines contained within them.\n\nFor argument parsing, I used the [Argu](https://fsprojects.github.io/Argu/) library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranzystorekk%2Faoc2019-fsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftranzystorekk%2Faoc2019-fsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranzystorekk%2Faoc2019-fsharp/lists"}