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