commit adc37be71ae692a43a3e2b05d4804cdbe033a7bd Author: Boris Eng Date: Wed Mar 2 17:49:54 2022 +0100 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..561cfca --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# large-star-collider + +Réalisation de la résolution stellaire en Haskell. \ No newline at end of file