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
6
documents/Programmierparadigmen/scripts/x10/HelloWorld.x10
Executable file
6
documents/Programmierparadigmen/scripts/x10/HelloWorld.x10
Executable file
|
@ -0,0 +1,6 @@
|
|||
// file HelloWorld.x10
|
||||
public class HelloWorld {
|
||||
public static def main(args:Rail[String]) {
|
||||
x10.io.Console.OUT.println("Hello, World");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue