commit 0e0cedda997affc3fb064ca0f1f5c725bed6e192 Author: Hanafuda <> Date: Thu Aug 15 20:53:41 2019 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eea5c71 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# ---> Haskell +dist +dist-* +cabal-dev +*.o +*.hi +*.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..d66339d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# APILanguage + +The language spoken by the server and clients over the websocket. \ No newline at end of file