diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-21 13:49:01 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-21 13:49:01 +0200 |
| commit | 6a8ffb8823e1bdca56b8058e496479b65d0a6f6f (patch) | |
| tree | da6300a879112dce942fc6efdb221201caba4831 /rush00/ex02/main.rs | |
| parent | aef0e5fc3f4fdaa20d9334ac635d907cff82f2ba (diff) | |
| download | piscine-6a8ffb8823e1bdca56b8058e496479b65d0a6f6f.tar.gz piscine-6a8ffb8823e1bdca56b8058e496479b65d0a6f6f.tar.bz2 piscine-6a8ffb8823e1bdca56b8058e496479b65d0a6f6f.zip | |
Diffstat (limited to 'rush00/ex02/main.rs')
| -rw-r--r-- | rush00/ex02/main.rs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/rush00/ex02/main.rs b/rush00/ex02/main.rs new file mode 100644 index 0000000..3a14d63 --- /dev/null +++ b/rush00/ex02/main.rs @@ -0,0 +1,17 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* main.rs :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/05/21 12:35:44 by charles #+# #+# */ +/* Updated: 2020/05/21 13:38:07 by charles ### ########.fr */ +/* */ +/* ************************************************************************** */ + +mod rush02; + +fn main() { + rush02::rush(5, 5); +} |
