mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48: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
|