diff options
| author | Miguel <m.i@gmx.at> | 2018-07-17 16:07:25 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-07-17 16:07:25 +0200 |
| commit | b7cba7f6b44c18af84059f2d44e4f659b6ab52d9 (patch) | |
| tree | a7055998b8121a2b3243efc8e4d3f5a7423fa8c7 /src/main/kotlin | |
| parent | 5ecc1af292b4d5b6d35485a9995e42a8bae257d8 (diff) | |
test2
Diffstat (limited to 'src/main/kotlin')
| -rw-r--r-- | src/main/kotlin/Hello.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/Hello.kt b/src/main/kotlin/Hello.kt index 3e2c2c2..00d541b 100644 --- a/src/main/kotlin/Hello.kt +++ b/src/main/kotlin/Hello.kt @@ -12,7 +12,7 @@ class B{ fun main(args: Array<String>) { b{ - "hello Foo!".f() + "Hello Foo World!".f() } val bb=B() |
