Add ANSWER const

This commit is contained in:
Erin 2021-04-12 01:02:08 +02:00 committed by GitHub
parent 2c4154025f
commit 0d35f7f0a5

View file

@ -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;