September 2017 Update

This commit is contained in:
Ingy döt Net 2017-09-23 10:01:46 +02:00
parent bba7bfd280
commit ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions

View file

@ -1,4 +1,4 @@
{{omit from|ABAP|There's no newbie frienly way to install ABAP. It's part of the enterprise NetWeaver Application Server.}}
{{omit from|ABAP|There's no newbie friendly way to install ABAP. It's part of the enterprise NetWeaver Application Server.}}
;Task:
Guide a new user of a language through the steps necessary

View file

@ -0,0 +1,7 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}

View file

@ -0,0 +1,3 @@
fun main(args: Array<String>) {
println("Hello, World!")
}

View file

@ -0,0 +1 @@
"Hello World";

View file

@ -0,0 +1 @@
echo "Hello world!"

View file

@ -0,0 +1 @@
puts(1,"Hello world!")

View file

@ -0,0 +1 @@
puts(1,"Hello world!")

View file

@ -0,0 +1 @@
puts "Hello World!!"