mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
6 lines
119 B
Scala
6 lines
119 B
Scala
|
#!/usr/bin/env scala
|
||
|
!#
|
||
|
def promptprint (s: String) = {println ("> " + s)}
|
||
|
|
||
|
println ("Hallo ")
|
||
|
args foreach promptprint
|