generated from PlexSheep/rs-base
Merge branch 'master' of https://git.cscherr.de/PlexSheep/wooly-vault
cargo devel CI / cargo CI (push) Successful in 1m26s
Details
cargo devel CI / cargo CI (push) Successful in 1m26s
Details
This commit is contained in:
commit
e5befcc9bf
|
@ -100,9 +100,9 @@ impl C3 {
|
||||||
///
|
///
|
||||||
/// Questions will always have the same structure:
|
/// Questions will always have the same structure:
|
||||||
///
|
///
|
||||||
/// * "What is x y?"
|
/// * "What is x + y?" (where the operation can be any of [Operation].)
|
||||||
///
|
///
|
||||||
/// $x$ and $y$ will always be a random integer between 0 and 2^16-1.
|
/// `x` and `y` will always be a random integer between 0 and 2^16-1.
|
||||||
///
|
///
|
||||||
/// # Returns
|
/// # Returns
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue