diff options
| author | Miguel <m.i@gmx.at> | 2018-07-17 16:26:26 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-07-17 16:26:26 +0200 |
| commit | 4e59600e77f0d4ea575d2364a5db7acd2cd03d97 (patch) | |
| tree | 5c9900e3db2296ab4b8ca6af06beaad8d2d9c37b /src/main | |
| parent | 2e478f5ed45dc2f44e98bb3926a3e7e9992ef6e2 (diff) | |
test 11
Diffstat (limited to 'src/main')
| -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 5039707..c4aff71 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! 123 321 !!!".f() + "Hello Foo Baz World! 123 321 !!!".f() } val bb=B() |
