Skip to content

kaathewise/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC 2023 Python one-liners

Python one-liners for https://adventofcode.com/2023. Some people object to calling them one-liners, as they are more like "single-expressions", but whatever.

See a similar repo for AOC 2022 here.

The solution for each part 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