From b062b9a2165bcb62e5fe340b9c81d6cf26bd159d Mon Sep 17 00:00:00 2001 From: ondra05 <68023397+ondra05@users.noreply.github.com> Date: Mon, 12 Apr 2021 01:02:08 +0200 Subject: [PATCH] Add ANSWER const --- src/const.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/const.rs b/src/const.rs index 49b9ff2..b9d6f71 100644 --- a/src/const.rs +++ b/src/const.rs @@ -13,3 +13,4 @@ pub const STD_RNG: i32 = 4; //The standard random number is 4 (source: https://x pub const INF: i32 = i32::max_value(); pub const OCTOTHORPE: char = '#'; +pub const ANSWER: i32 = 42;