Guest User

Untitled

a guest
Jun 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. echo -e "#include <iostream>\nint main() { std::cout << \"Hello World\" << std::endl << \"2 + 2 = \" << 2 + 2 << std::endl; }" > hw.cpp; g++ -o HelloWorld hw.cpp; clear; ./HelloWorld
Add Comment
Please, Sign In to add comment