commit bdf6c5cc01de1d7c5d63adfea3fbd994dadf4821 Author: hasanalrasyid Date: Tue May 17 05:26:28 2022 +0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a62767 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# ---> Haskell +dist +dist-* +cabal-dev +*.o +*.hi +*.hie +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +*.eventlog +.stack-work/ +cabal.project.local +cabal.project.local~ +.HTF/ +.ghc.environment.* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..04980c9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# testRepo + +Test repo \ No newline at end of file