Skip to content

phoenixr-codes/adventofcode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

This year in Dart - using it the first time!

Project Structure

.
├── day-DD/                   each day has its own directory
│   ├── input.txt             my individual input (for both parts)
│   └── part-N/               part one or two of the day's challenge
│       ├── main.dart         the program computing the result
│       └── test-input.txt    example input (same for everyone)
└── README.md

Running a Program

Navigate to the program's directory and run it with dart run main.dart.

You can switch between the test input and the real input by changing the path in main.dart.

- File('../input.txt')
+ File('test-input.txt')
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy