TeamBattino / AdventOfCode-2023-Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code 2023 Rust

advent of code banner

Getting Started

Prerequisites

  • Rust: Make sure you have the Rust programming language installed on your machine. You can download it from the official Rust website.

Installation

  1. Clone the repository:
    git clone https://github.com/TeamBattino/AdventOfCode-2023-Rust.git
  2. Navigate to the directory:
    cd advent-of-code-2023-rust

Usage

To run a solution, navigate to the specific day's directory and run the Rust file. For example:

cd day-X
cargo build -r
cargo run -r

About

License:The Unlicense


Languages

Language:Rust 100.0%