File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ = Advent of Code 2018
2
+
3
+ I decided to use https://adventofcode.com/2018[Advent of Code 2018] as
4
+ an opportunity to take a look at the Ada programming language.
5
+
6
+ == Disclaimer
7
+
8
+ I did not write even a single line of Ada before doing this. While I try
9
+ to write clean code for my solutions, you should not expect to find
10
+ examples of best practices here.
11
+
12
+ In many cases I was too lazy to do the input handling inside my Ada
13
+ programs. I often simply translated the input text file directly into
14
+ Ada code (usally with vim macros). I wanted to focus on the actual
15
+ problem (and learning the language) instead of trying to figure out how
16
+ to do complex string parsing for the respective puzzle in Ada.
17
+
18
+ The following solutions do not process the original input files:
19
+
20
+ - Day 3
21
+ - Day 4 (probably my most elaborate pre-processing of the given input)
22
+ - Day 6
23
+ - Day 9
24
+ - Day 10
25
+ - Day 11 (did not have an input file)
26
+ - Day 12
27
+ - Day 14 (did not have an input file)
28
+ - Day 16
29
+ - Day 17
You can’t perform that action at this time.
0 commit comments