commit 6152eea4e25ee94ca414ade9b9970a4c880188c9 Author: bj4rne Date: Tue Nov 19 22:43:04 2024 +0000 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/LICENSE b/LICENSE new file mode 100644 index 0000000..4aa0450 --- /dev/null +++ b/LICENSE @@ -0,0 +1,12 @@ +Permission to use, reproduce, display and distribute the listed typefaces +is hereby granted, provided that the Adobe Copyright notice appears in all +whole and partial copies of the software and that the following trademark +symbol and attribution appear in all unmodified copies of the software: + +The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font Metric +files) donated are: + + Utopia Regular + Utopia Italic + Utopia Bold + Utopia Bold Italic diff --git a/README.md b/README.md new file mode 100644 index 0000000..0814e97 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# christos-stinkt + +christos denkt er ist cooler als microsoft \ No newline at end of file