From fdfdca84e45cf33e4cadc1e309d296474c946ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Wed, 4 Dec 2024 19:55:39 +0100 Subject: [PATCH] Fix unicode chars in header comment --- AdventOfCode2024/AdventOfCode2024.cpp | 2 +- AdventOfCode2024/AdventOfCode2024.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AdventOfCode2024/AdventOfCode2024.cpp b/AdventOfCode2024/AdventOfCode2024.cpp index d9b0ae0..86e9c38 100644 --- a/AdventOfCode2024/AdventOfCode2024.cpp +++ b/AdventOfCode2024/AdventOfCode2024.cpp @@ -1,6 +1,6 @@ // Solutions to the Advent Of Code 2024. // Copyright (C) 2024 Stefan Müller -// +// // This program is free software: you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free Software // Foundation, either version 3 of the License, or (at your option) any later diff --git a/AdventOfCode2024/AdventOfCode2024.h b/AdventOfCode2024/AdventOfCode2024.h index 5fa518c..a516c89 100644 --- a/AdventOfCode2024/AdventOfCode2024.h +++ b/AdventOfCode2024/AdventOfCode2024.h @@ -1,6 +1,6 @@ // Solutions to the Advent Of Code 2024. // Copyright (C) 2024 Stefan Müller -// +// // This program is free software: you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free Software // Foundation, either version 3 of the License, or (at your option) any later