input and random

This commit is contained in:
nora 2021-10-19 21:48:11 +02:00
commit 5d6a2d668a
4 changed files with 259 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "simple-std"
version = "0.1.0"
edition = "2018"
description = "A simple extension to the Rust standard library for exercises"
keywords = ["beginner", "help"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]