language: bc (bc-1.06.95)
date: 161 days 5 hours ago
link:
visibility: public
1
2
3
4
5
program test 
integer:x
read *,* x
print *,* x
end program