6 lines
88 B
Ruby
6 lines
88 B
Ruby
default do
|
|
Environment.new do |env|
|
|
env.Copy("simple.copy", "simple.c")
|
|
end
|
|
end
|