Skip to content

Latest commit

Β 

History

History

01

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

πŸŽ„ Day 01

In Tokiscript

Starting off with my own programming language, Tokiscript. I thought it would be fun to try and do a few days of AOC in a language i made myself.

Warning

Tokiscript is a very very slow language, because while making it i did not care about performance. Part 1 is relatively fast, but you will have to wait a few seconds for part 2.

Quickstart

To run part 1 or part 2, do:

$ make part1
$ make part2