Added some basic tasks
authorNeil Smith <NeilNjae@users.noreply.github.com>
Mon, 16 Oct 2023 13:57:54 +0000 (14:57 +0100)
committerNeil Smith <NeilNjae@users.noreply.github.com>
Mon, 16 Oct 2023 13:57:54 +0000 (14:57 +0100)
commit02a7a583f2e54dab52af554dcb9831baa14fad38
tree1a7e30da137f9a71c623be25a45453ff9cfc1c72
Added some basic tasks
15 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
app/Main.hs [new file with mode: 0644]
app/cses1068.hs [new file with mode: 0644]
app/cses1069.hs [new file with mode: 0644]
app/cses1070.hs [new file with mode: 0644]
app/cses1083.hs [new file with mode: 0644]
app/cses1094.hs [new file with mode: 0644]
cses-programming-tasks.cabal [new file with mode: 0644]
data/cses1068.txt [new file with mode: 0644]
data/cses1069.txt [new file with mode: 0644]
data/cses1070a.txt [new file with mode: 0644]
data/cses1070b.txt [new file with mode: 0644]
data/cses1083.txt [new file with mode: 0644]
data/cses1094.txt [new file with mode: 0644]