aboutsummaryrefslogtreecommitdiff
path: root/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'source/program.lux')
-rw-r--r--source/program.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/program.lux b/source/program.lux
index 2bbf3fd4f..20f7863ab 100644
--- a/source/program.lux
+++ b/source/program.lux
@@ -11,8 +11,8 @@
(list& x (filter p xs'))
(filter p xs'))))
-(jvm-program _
- (exec (println "Hello, world!")
- (|> (int:+ 2 2) ->text ($ text:++ "2 + 2 = ") println)
- (println (->text (using Int:Ord
- (< 5 10))))))
+(_jvm_program _
+ (exec (println "Hello, world!")
+ (|> (int:+ 2 2) ->text ($ text:++ "2 + 2 = ") println)
+ (println (->text (using Int:Ord
+ (< 5 10))))))