nrauschcom / aoc2021

Advent of Code 2021 solved in the ugliest Javascript you've ever seen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't try this at home

In this year's Advent of Code, I'm trying to write very short (but ugly) javascript code, directly executable from the Puzzle Inputs JavaScript Console.

Instead of writing real JavaScript code and minifying at the end, I'm really writing the code as-is, because I really love the options you have when using JS and I want to have some fun.

There is no valid reason to write such code at any time in your life.

Don't do it.

About

Advent of Code 2021 solved in the ugliest Javascript you've ever seen


Languages

Language:JavaScript 100.0%