Skip to content

kaathewise/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC 2022 Python one-liners

Python one-liners for https://adventofcode.com/2022.

See a similar repo for AOC 2023 here.

The hard rule is simple: the solution should only consist of a single expression and, possibly, some import statements.

There are also a couple of ways to work around the single expression limitation, such as assignment expressions, tuples-as-control-flow, and eval'ing arbitrary code. While those are not restricted, the aim should only be to use them for readability, and not to abuse them.

Obviously, the code should be written by a human, not generated in any way.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages