summary refs log tree commit diff
path: root/01/tests
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2021-11-30 21:36:12 -0800
committerIrene Knapp <ireneista@gmail.com>2021-11-30 21:36:12 -0800
commitaed6777886ca340e392a039150a3465e6436e0f8 (patch)
treef2301b5e9c75a6d5a987dcbd112677da432853c0 /01/tests
parent0fc36ff992d4ea1a7fe5240da8c5c63f7c602a6e (diff)
01 :)
Diffstat (limited to '01/tests')
-rw-r--r--01/tests/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/01/tests/main.rs b/01/tests/main.rs
index b3d3cec..bbd8e0a 100644
--- a/01/tests/main.rs
+++ b/01/tests/main.rs
@@ -9,8 +9,8 @@ fn personal_input() -> Result<(), Box<dyn std::error::Error>> {
 
   command.arg("input");
   command.assert().success().stdout(
-      "a: 246, b: 1774, a*b: 436404\n\
-      a: 448, b: 721, c: 851, a*b*c: 274879808\n");
+      "1215\n\
+      1150\n");
 
   Ok(())
 }