GithubHelp home page GithubHelp logo

aoc-bash's Introduction

Advent of Code 2023 using Bash

This repository contains my solutions for the Advent of Code 2023 challenges, implemented in Bash. More specifically, using Bash and unix utilities.

Directory Structure

Each day's solutions are organized into separate directories.

/Day-XX
├── input.txt
├── part-1.sh
└── part-2.sh

Getting Started

  1. Clone the repository:
git clone https://github.com/Sekky61/aoc-bash.git
cd aoc-bash
  1. Navigate to the specific day's directory (a needed step):
cd Day-01
  1. Run the solution scripts:
bash part-1.sh
bash part-2.sh

Automated Day Setup

  1. Create the file cookies.txt in the root directory and paste your session cookie from the AoC website into it.

  2. Run the script with the desired day number:

./create.sh <day_number>
  1. The script creates a directory (Day-<day_number>), an empty input.txt file, and populates part-1.sh and part-2.sh with templates.

  2. Navigate to the day's directory and start solving the challenges!

aoc-bash's People

Contributors

sekky61 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.