This website requires JavaScript.
Explore
Help
Sign In
x
/
box-o-sand
Watch
1
Star
0
Fork
0
You've already forked box-o-sand
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
23a5e0903b
box-o-sand
/
oldstuff
/
lrthw-remnants
/
ex17-ec.rb
2 lines
77 B
Ruby
Raw
Normal View
History
Unescape
Escape
ex17 extra credit #3 yet more
2012-02-27 02:04:33 +00:00
File
.
open
(
ARGV
.
first
)
{
|
i
|
File
.
open
(
ARGV
[
1
]
,
'w'
)
{
|
o
|
o
.
write
(
i
.
read
)
}
}
Reference in New Issue
Copy Permalink