Giter Club home page Giter Club logo

aoc_2023's Introduction

Advent of Code 2023 Solutions in Rust

This repository is dedicated to my solutions for the Advent of Code 2023 challenges. The primary focus of this project is to explore and deepen my understanding of Rust development.

Index

Structure

Each day's challenge is organized in its own directory with the following structure:

  • DayX
    • src
      • main.rs (Rust source code for the day's solution)
    • Cargo.toml (Rust project configuration file)
    • input (Input data for the challenge)

Replace X with the day number. The same structure is replicated for all days of the challenge.

Running the Solutions

To run a solution for a specific day, navigate to the day's directory and use Cargo, Rust's package manager and build system:

cd DayX
cargo run --release

This command compiles the Rust program and runs it with the input file provided.

Contributions

While these solutions are primarily for my personal learning and exploration, suggestions and discussions are welcome. Please feel free to open an issue or a pull request if you have any improvements or ideas.

License

This project is open-sourced under the MIT License.

Happy coding!

João "Tek" Novo

aoc_2023's People

Contributors

teknopt avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.