commit: 6c61e91b39061f5075c2840f2508947aace5579e parent 7dcb8a161ae3e7d7db20c1656b0238ead7fc39da Author: LinuxMercedes <LinuxMercedes@gmail.com> Date: Tue, 11 Dec 2018 14:25:29 -0600 Merge pull request #550 from jereksel/patch-1 args are optional nowDiffstat:
M | e.kt | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/e.kt b/e.kt @@ -1,4 +1,4 @@ -fun main(args: Array<String>) { +fun main() { while (true) { print("e") }