Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2024/week1/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Advent of Code 2024 Day 1](https://adventofcode.com/2024/day/1), [2](https://adventofcode.com/2024/day/2), [3](https://adventofcode.com/2024/day/3), [4](https://adventofcode.com/2024/day/4)

This is a [Polyglot](https://en.wikipedia.org/wiki/Polyglot_(computing)) file solving multiple days. Depending on the programming language used, it will solve a different day. If nothing eslse is stated below, input is read from the standard input.
This is a [Polyglot](https://en.wikipedia.org/wiki/Polyglot_(computing)) file solving multiple days. Depending on the programming language used, it will solve a different day. If nothing else is stated below, input is read from the standard input.

* Day 1: [Netwide Assembler](https://en.wikipedia.org/wiki/Netwide_Assembler) for 64bit linux, assembled with the `--no-line` option.
* Day 2: Plain [TeX](https://en.wikipedia.org/wiki/TeX). Expects input in a file names `aocinput.txt`.
Expand Down