Skip to content

Commit c95ff17

Browse files
committed
Fix
1 parent 8d57abc commit c95ff17

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/org/example

1 file changed

+1
-1
lines changed

app/src/main/kotlin/org/example/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ZKCoinJoin {
2525
class App {
2626
val greeting: String
2727
get() {
28-
return "Hello World!"
28+
return "ZK Proof Coinjoin"
2929
}
3030
}
3131

0 commit comments

Comments
 (0)