aboutsummaryrefslogtreecommitdiffstats
path: root/day1/README.md
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-12-01 07:59:42 -0500
committerClyne Sullivan <clyne@bitgloo.com>2022-12-01 07:59:42 -0500
commitd1df588459c25bf68122fb703914abafbe3bb27f (patch)
tree73a943a30f7878345441da8789db73ad4fdbb207 /day1/README.md
parent8d43e37df99f280377bed90284d6ac2428334804 (diff)
add day 1
Diffstat (limited to 'day1/README.md')
-rw-r--r--day1/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/day1/README.md b/day1/README.md
new file mode 100644
index 0000000..5d3243d
--- /dev/null
+++ b/day1/README.md
@@ -0,0 +1,10 @@
+These challenges were completed on an Apple \]\[ GS using Applesoft BASIC.
+
+This required connecting the Apple to a modern computer over serial to receive the input data and upload the final source code. Communications ran at 19200 baud. More setup details will be added in the future.
+
+Each part takes about a minute and a half to execute.
+
+Here's a picture of the results of part2.bas on the Apple:
+
+![](https://raw.githubusercontent.com/tcsullivan/advent-of-code/master/day1/proof.jpg)
+