Something went wrong on our end
Select Git revision
-
Stephen Smalley authoredStephen Smalley authored
sample_1.cpp 119 B
#include <iostream>
int main() {
using std::cout;
using std::endl;
cout << "Hello physics!" << endl;
return 0;
}