Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 256 Bytes

File metadata and controls

10 lines (8 loc) · 256 Bytes

Computational Astrophysics subject Master on Theoretical Physics Universidad Autónoma de Madrid


To compile a program in C++, without linking libraries: $ g++ -o hello hello.cpp

To run the program in a terminal: $ ./hello