diff options
| author | Miguel <m.i@gmx.at> | 2018-07-17 16:06:06 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-07-17 16:06:06 +0200 |
| commit | 5ecc1af292b4d5b6d35485a9995e42a8bae257d8 (patch) | |
| tree | b933257c39e9b436f861d26debb65eb71f0a0b39 | |
| parent | 1d4fa80c50858b76af71fd2b4d0c6af18af2b640 (diff) | |
test1
| -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 6900933..3e2c2c2 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{ - "foo".f() + "hello Foo!".f() } val bb=B() |
