mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Typisierungsregel hinzugefügt
This commit is contained in:
parent
bb674b307b
commit
9eb2958571
4 changed files with 8 additions and 3 deletions
|
@ -19,11 +19,11 @@ X10 nutzt das PGAS-Modell:
|
|||
\section{Erste Schritte}
|
||||
Als erstes sollte man x10 von \url{http://x10-lang.org/x10-development/building-x10-from-source.html?id=248} herunterladen.
|
||||
|
||||
Dann kann man die bin/x10c++ zum erstellen von ausführbaren Dateien nutzen.
|
||||
Der Befehl \texttt{x10c++ hello-world.x10} erstellt eine ausführbare Datei namens
|
||||
Dann kann man die \texttt{bin/x10c} zum erstellen von ausführbaren Dateien nutzen.
|
||||
Der Befehl \texttt{x10c HelloWorld.x10} erstellt eine ausführbare Datei namens
|
||||
\texttt{a.out}.
|
||||
|
||||
\inputminted[numbersep=5pt, tabsize=4, frame=lines, label=hello-world.x10]{cpp}{scripts/x10/hello-world.x10}
|
||||
\inputminted[numbersep=5pt, tabsize=4, frame=lines, label=HelloWorld.x10]{cpp}{scripts/x10/HelloWorld.x10}
|
||||
|
||||
\section{Syntax}
|
||||
\section{Datentypen}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue