Skip to content

Instantly share code, notes, and snippets.

@evant
evant / advent1.sparkle
Created December 7, 2021 18:47
Advent of Code 1a
Dear Princess Celestia: Advent of Code 1.
Today I learned how to calculate how quickly my submarine depth increases.
Did you know that the found depths have the numbers 0 and 0?
Did you know that the number of measurements is a number?
Did you know that the last measurement was a number?
Here's what I did,
I heard the last measurement.
Text(
"The key idea is your requirements doc is your source of truth, not your tickets. You create units of" +
" work based on the doc. Edits are versioned and create new units of work. You can get context on" +
" anything you are working on by 'zooming out' to where it is in your docs."
)
val Features = listOf(
Feature(
"Document",
"The primary view of your requirements. Lets you see the current 'state of the world' in one" +