ShootMe / AdventOfCodeBeef

Advent Of Code solutions in the Beef programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventOfCodeBeef

Solutions to the Advent of Code programming puzzles in Beef

https://adventofcode.com/

Puzzles Completed

Year 2023
1 ⭐ ⭐
2 ⭐ ⭐
3 ⭐ ⭐
4 ⭐ ⭐
5 ⭐ ⭐
6 ⭐ ⭐
7 ⭐ ⭐
8 ⭐ ⭐
9 ⭐ ⭐
10 ⭐ ⭐
11 ⭐ ⭐
12 ⭐ ⭐
13 ⭐ ⭐
14 ⭐ ⭐
15 ⭐ ⭐
16 ⭐ ⭐
17 ⭐ ⭐
18 ⭐ ⭐
19 ⭐ ⭐
20 ⭐ ⭐
21 ⭐ ⭐
22 ⭐ ⭐
23 ⭐ ⭐
24 ⭐ ⭐
25 ⭐ ⭐

Input Files

Are in the format puzzleXX~Part1Solution~Part2Solution.txt

When ran, the output is checked against those values and if it matches it will output those as green text, otherwise it will be red.

You can add multiple inputs by adding an extra description to the end.

ie) puzzle01~123~456.txt

ie) puzzle01~654~321~Test.txt

ie) puzzle01~ABC~DEF~Extra.txt

About

Advent Of Code solutions in the Beef programming language

License:MIT License


Languages

Language:Beef 100.0%