formatted readme
This commit is contained in:
@@ -15,7 +15,7 @@ fn main() {
|
||||
.truncate(true) // Clear the file if it already exists
|
||||
.open("README.md").expect("Cannot open or create file");
|
||||
|
||||
file.write_all(b"# Advent of Code 2025\n```").expect("Cannot write to file");
|
||||
file.write_all(b"# Advent of Code 2025\n```bash\n").expect("Cannot write to file");
|
||||
|
||||
let exercises: Vec<(&str, fn () -> u64)> = vec![
|
||||
("day01:A", part01a::solve),
|
||||
|
||||
Reference in New Issue
Block a user