From ec28f3d2a263440b167b2ae44033f2eae5bab88c Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 21 May 2020 11:42:33 +0200 Subject: problem 1 2 3 in rust --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e3e5bdf..d0da360 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ haskell/* haskell/wip/* !haskell/wip/*.hs +rust/* +!rust/*.rs -- cgit