japl/tests/japl/input.jpl

17 lines
138 B
Plaintext

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