Skip to content

CharnelMouse/AdventOfCode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions for problems in Advent of Code 2023: https://adventofcode.com/2023

Goals:

  • If using R, everything in base R, i.e. no loading of packages; Possible exception: any day that requires handling numbers too large for base R, e.g. gmp for modular arithmetic with integers too large for base R's %/% and %%. No regex.
  • If using Factor, everything goes, because I haven't used it before.

To get this working in Factor, where [path] is the folder, write the following to set the AOC2023 folder as a Factor library:

[path] set-current-directory
[path] add-vocab-root
USE: AOC2023

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages