diff options
author | Irene Knapp <ireneista@gmail.com> | 2021-11-30 21:36:12 -0800 |
---|---|---|
committer | Irene Knapp <ireneista@gmail.com> | 2021-11-30 21:36:12 -0800 |
commit | aed6777886ca340e392a039150a3465e6436e0f8 (patch) | |
tree | f2301b5e9c75a6d5a987dcbd112677da432853c0 /01/tests | |
parent | 0fc36ff992d4ea1a7fe5240da8c5c63f7c602a6e (diff) |
01 :)
Diffstat (limited to '01/tests')
-rw-r--r-- | 01/tests/main.rs | 4 |
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(()) } |