Commit Graph

61 Commits

Author SHA1 Message Date
145a1a1ba0 Solve 2021/12 2022-01-11 07:28:49 +01:00
e5673d55d8 Solve 2021/11 2022-01-09 18:05:14 +01:00
092a1b2162 Solve 2021/10 2022-01-09 13:29:18 +01:00
5b973ddf86 Solve 2021/09 2022-01-09 12:49:18 +01:00
50812b3890 Solve 2021/08 2022-01-09 09:33:52 +01:00
64337c6479 Solve 2021/07 2022-01-06 09:09:13 +01:00
27234dbb63 Solve 2021/06 2022-01-05 17:51:43 +01:00
f885b70c9e Fix example extraction
Assumtion was that the first and last lines of examples are always
blank. In 2021/06 the example is only one line. It has no blank line at
the end so the example was deleted by the script.

Changed:
The script will now check if the line is actually blank before deleting
it. Requires that the indentation is removed beforehand.
2022-01-05 15:28:21 +01:00
639da7d7d8 Solve 2021/05 2022-01-05 15:27:57 +01:00
5dceaa5e57 Solve 2021/04 2022-01-04 13:43:38 +01:00
861dfd0bc5 Fix input fetching script
Retain blank lines in code examples.

The script removed all blank lines from code examples. This is not
always desired as there might be important blank lines inside the code
block. The change targets specifically the starting and ending blank line
of the examples and removes them.
2022-01-02 19:20:10 +01:00
4f13984375 Solve 2021/03 2021-12-30 14:11:35 +01:00
7d77a1cfcf Solve 2021/02 2021-12-02 11:11:42 +01:00
f1cdeded01 Restructure: split rust projects
Seperates each days into a seperate crate again.
2021-12-02 11:11:42 +01:00
b9ef175cf6 Helper script: fetch puzzle description
Extended the helper script to fetch the puzzle description. It will be
put into a README.md. The input will now be stored into a input folder
along with examples extracted from the puzzle description.

Adjusted the parsing of the day from the folder name. It will now take
any number that appears in the folder name. Previously: folder name must
be a number, leading zeros will be stripped (e.g 01, 02). Now: there can
be other characters as well (e.g day01, day02)
2021-12-02 11:09:35 +01:00
c60a498358 Solve 2021/01 2021-12-01 16:54:08 +01:00
3850dba4ec Add latest solutions 2021-12-01 11:07:21 +01:00
696dbfc739 Solve 2020/23 2020-12-23 17:27:16 +01:00
f5df4c2e4a Solve 2020/22 2020-12-23 14:53:08 +01:00
7099ab637c Solve 2020/21 2020-12-23 12:58:14 +01:00
a591b3adf5 Solve 2020/20 2020-12-23 11:57:40 +01:00
171d55e87a Solve 2020/19 2020-12-21 13:44:25 +01:00
f18d58cfeb Solve 2020/18 2020-12-19 11:04:51 +01:00
6a818ec5ab Solve 2020/17 2020-12-18 15:19:30 +01:00
38d7e6e071 Solve 2020/16 2020-12-18 15:18:55 +01:00
d5517ee716 Solve 2020/15 2020-12-18 10:16:05 +01:00
93375b828f Solve 2020/14 2020-12-17 19:29:25 +01:00
6c0caca1e1 Solve 2020/13 2020-12-17 14:00:54 +01:00
68562a2603 Solve 2020/12 2020-12-12 09:25:29 +01:00
a8c18e6c8a Solve 2020/11 2020-12-11 17:51:24 +01:00
faff40a314 Solve 2020/10 2020-12-10 20:19:58 +01:00
514b90c84e Solve 2020/09 2020-12-09 12:40:32 +01:00
53b89e5034 Solve 2020/08 2020-12-08 17:32:28 +01:00
9ea9dfecc3 Solve 2020/07 2020-12-07 08:35:22 +01:00
74c926ab5d Solve 2020/06 2020-12-07 07:00:56 +01:00
e02c91021c Solve 2020/05 2020-12-05 09:16:23 +01:00
573ac5b393 Solve 2020/04 2020-12-04 08:19:31 +01:00
f16dccdee6 Solve 2020/03 2020-12-03 10:22:42 +01:00
559f49ac56 Solve 2020/02 2020-12-02 07:59:36 +01:00
0eedce18fc Solve 2020/01 2020-12-01 06:27:05 +01:00
ac36ac8d93 Solve 2019/02 2020-11-30 17:25:40 +01:00
468f14fe72 Remove IDE folder 2020-11-30 16:47:05 +01:00
10c0c12a6d Create event folder 2018. Move all days. 2020-11-30 16:46:42 +01:00
525760652e Day 18 2019-12-07 10:49:55 +01:00
a32de1d995 Day 16 2019-12-07 10:49:55 +01:00
2845c51cac Day 15 p2 2019-12-07 10:49:55 +01:00
bb66a533eb Day 15 p1 2019-12-07 10:49:55 +01:00
9eb1eb185d Day 14 2019-12-07 10:49:55 +01:00
d0c834969b Day 12 + 13 2019-12-07 10:49:55 +01:00
0566019d89 Day 11 2019-12-07 10:49:55 +01:00