From e2c1a8b40787516b9f8f3697a73ac406eae05e6f Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 27 Jun 2020 13:14:43 +0200 Subject: Initial commit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..19aaa58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +a.out +hanoi -- cgit