diff options
| author | Miguel <m.i@gmx.at> | 2018-07-17 16:12:41 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-07-17 16:12:41 +0200 |
| commit | 7e1c12b7258904fd79b04296e8936b162387f665 (patch) | |
| tree | fa0523cd09a00ff8faa52abca873006044b12235 /src/main/kotlin/Hello.kt | |
| parent | b7cba7f6b44c18af84059f2d44e4f659b6ab52d9 (diff) | |
test 3
Diffstat (limited to 'src/main/kotlin/Hello.kt')
| -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 00d541b..cf21eba 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 World!".f() + "Hello Foo World! 123".f() } val bb=B() |
