My solution proposals for Advent of Code 2022
Go to file
l4p1n 8bdb648fb7
Remove verbose inspections
2022-12-17 19:39:25 +01:00
day1 cargo clippy 2022-12-03 16:49:11 +01:00
day2 cargo clippy 2022-12-03 16:49:11 +01:00
day3 cargo clippy 2022-12-03 16:49:11 +01:00
day4 Remove verbose inspections 2022-12-17 19:39:25 +01:00
files Add day 4 part 1 2022-12-17 19:25:43 +01:00
utils cargo clippy 2022-12-03 16:49:11 +01:00
.gitignore Add day 1 part 1 2022-12-01 12:44:35 +01:00
Cargo.lock Add day 4 part 1 2022-12-17 19:25:43 +01:00
Cargo.toml Refactor getting the challenge file name into its own function 2022-12-02 09:27:46 +01:00
LICENSE Initialize the project 2022-12-01 12:05:42 +01:00
README.md Initialize the project 2022-12-01 12:05:42 +01:00

README.md

Advent of code 2022 solution proposals

This repository contains my solution proposals in Rust (or other programming languages if I feel like it). Some solutions may not be the perfection, but it's still a proposal nonetheless.

License

Copyright 2022 Mathias B. contact@l4p1n.ch

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.