Select Git revision
Forked from
cp1_ws19 / cpp_introduction
Source project has a limited visibility.
-
Kevin Höllring authoredKevin Höllring authored
sample_1.cpp 119 B
#include <iostream>
int main() {
using std::cout;
using std::endl;
cout << "Hello physics!" << endl;
return 0;
}