TRAITS: Add largest example

This commit is contained in:
laurens 2020-09-06 16:57:21 +02:00
parent f15cd45d5e
commit 4ed58084c2
2 changed files with 32 additions and 0 deletions

9
largest/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "largest"
version = "0.1.0"
authors = ["laurens <miers132@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]