Advertisement
al-popov94

Compile

Jul 15th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. echo -e '#include <iostream>\nint main() {\nstd::cout << "Hello, world!\n";\n}' > code.cpp && g++ code.cpp -o run && rm code.cpp && ./run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement