diff options
author | Erin van der Veen | 2018-02-08 08:56:53 +0100 |
---|---|---|
committer | Erin van der Veen | 2018-02-08 08:56:53 +0100 |
commit | b66c0a3e93d2b6f4b1643700af7b246c5e1436c3 (patch) | |
tree | d6bd0563cfaed57cb33aae0f1a48c4c3e9ffb765 /report | |
parent | Add example programs; Main.hs using stdin (diff) |
Create files for report
Diffstat (limited to 'report')
-rw-r--r-- | report/report.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/report/report.tex b/report/report.tex new file mode 100644 index 0000000..5c74cf5 --- /dev/null +++ b/report/report.tex @@ -0,0 +1,12 @@ +\documentclass{scrartcl} + +\usepackage{minted} + +\title{A SPL-Compiler in Haskell} +\author{Camil Staps \and Erin van der Veen} + +\begin{document} + +\maketitle + +\end{document} |