This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
RosettaCodeData
/
Task
/
Input-loop
/
Julia
/
input-loop.jl
7 lines
107 B
Julia
Raw
Permalink
Blame
History
stream
=
IOBuffer
(
"
1
\n
2
\n
3
\n
4
\n
\n
6
"
)
while
!
eof
(
stream
)
line
=
readline
(
stream
)
println
(
line
)
end
Reference in New Issue
View Git Blame
Copy Permalink