2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

ASCII-Tabelle in C angefangen; Kapitel Programmiersprachen hinzugefügt; erste Definitionen

This commit is contained in:
Martin Thoma 2014-02-01 14:39:16 +01:00
parent 489d7edac0
commit ff14701ccf
9 changed files with 140 additions and 0 deletions

View file

@ -1,5 +1,7 @@
\chapter{Haskell}
\index{Haskell|(}
Haskell ist eine funktionale Programmiersprache.
\section{Syntax}
\section{Beispiele}
\inputminted[linenos, numbersep=5pt, tabsize=4, frame=lines, label=fibonacci.hs]{haskell}{scripts/haskell/fibonacci.hs}