1.1.2
Try it!
paste to highlight
Download
Source
|
Bugtracker
Documentation
in autumnal colors
Old website
Prolog code
Groovy (beta) code posted by Nico
created at 31 Dec 03:27
Edit
|
Back
1
2
3
4
displayText
(
[]
)
:
-
!
.
displayText
(
[
Head
|
Rest
]
)
:
-
writeln
(
Head
)
,
displayText
(
Rest
)
.
86 Bytes in 3 ms with coderay