From c20c9685aae51deeeef560d16bcf6e6039438b6c Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 30 Aug 2023 23:04:24 -0700 Subject: icat: a program to print images in the terminal. Thanks to WizardCoder for implementing the first version of this code. I had to clean it up quite a bit though. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4a847d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/result -- cgit v1.3.1