summaryrefslogtreecommitdiff
path: root/advent/src/12.rs
diff options
context:
space:
mode:
Diffstat (limited to 'advent/src/12.rs')
-rw-r--r--advent/src/12.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/advent/src/12.rs b/advent/src/12.rs
index a1f32ae..3396d62 100644
--- a/advent/src/12.rs
+++ b/advent/src/12.rs
@@ -2,7 +2,7 @@
// Compiling advent v0.1.0 (/home/orbekk/projects/sandbox/advent)
// Finished dev [unoptimized + debuginfo] target(s) in 0.40s
// Running `target/debug/12`
-// After 10 steps:
+// After 10 steps:
// pos=<x= 2, y= 1, z= -3>, vel=<x= -3, y= -2, z= 1>
// pos=<x= 1, y= -8, z= 0>, vel=<x= -1, y= 1, z= 3>
// pos=<x= 3, y= -6, z= 1>, vel=<x= 3, y= 2, z= -3>