Completed Day1
This commit is contained in:
+2
-2
@@ -6,6 +6,6 @@ struct SDay06 : public SDay<Output> {
|
||||
using SDay<Output>::SDay;
|
||||
|
||||
//Solutions to both days
|
||||
Output part1() const override final { return Output(); }
|
||||
Output part2() const override final { return Output(); }
|
||||
Output part1() override final { return Output(); }
|
||||
Output part2() override final { return Output(); }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user