Cleanup 2016 day 22 puzzles
This commit is contained in:
7
2016/puzzle-22-02.cc
Normal file
7
2016/puzzle-22-02.cc
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
auto main() -> int
|
||||
{
|
||||
std::cout << "Worked it out by hand: 233\n";
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user