dario@unizar.es
pluesia@unizar.es
adolfo@unizar.es
Our goal is not to evaluate you
Our goal is that you
$ ls
hello-world.cpp
$ g++ hello-world.cpp -o hello-world
$ ls
hello-world.cpp hello-world.exe
$ ./hello-world.exe
Hello World!