Skip to content

skius/aoc-fold-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021 - 13 - Fold Generator

Usage

Put the desired text in input.txt. For a list of supported characters, see main.rs.

Run:

$ cargo run -- NUM_FOLDS

where NUM_FOLDS is the number of folds (well, unfolds) you want to generate.

The output will then be printed to STDOUT, if it's too long for your terminal's buffer, you can redirect it with

$ cargo run -- NUM_FOLDS > output.txt

See this gist for a sample output.

Example

example

About

Advent of Code Day 13 tool to generate inputs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages