aking618 / 2022-Advent-Of-Code

An archive of accountability for my submissions for Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2022-Advent-Of-Code

Every day that I complete will be visible in this repo. Folders are labeled with the day.

Results

Day Language(s) 1 2
1 Javascript / Dart X X
2 Javascript / Dart X X
3 Java X X
4 Java X X
5 PHP X X
6 Python X X
7 Java X X
8 Javascript X X
9 Dart X X
10 Dart X X


How to run

Go to the folder of the day you want to run and run the following command based on the language used.

Javascript

index.html

Java

javac *.java
java Driver

PHP

php solutionOne.php
php solutionTwo.php

Python

python3 main.py

Dart

dart main.dart

Links

Advent of Code

Advent of Code 2022

About

An archive of accountability for my submissions for Advent of Code 2022


Languages

Language:Dart 31.7%Language:Java 29.7%Language:JavaScript 27.0%Language:PHP 6.7%Language:Python 3.9%Language:HTML 0.9%