japl/tests/japl/inputtest.jpl

24 lines
246 B
Plaintext

[Test: inputtest]
[skip]
[source: mixed]
//stdin:Hello world!
print(readLine());
//stdout:Hello world!
[end]
[end]
[Test: inputtesttwo]
[skip]
[source: raw]
print(readLine());
[end]
[stdin]
Hello world!
[end]
[stdout]
Hello world!
[end]
[end]