diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2018-07-01 19:23:02 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2018-07-01 19:23:02 +0200 |
| commit | 20740c7acc81f34c49bca508c5d83357d02e48be (patch) | |
| tree | cdd50c74dd6b18c669d27bac5d45f0603f293f3e /main.cpp | |
| download | cc4group-20740c7acc81f34c49bca508c5d83357d02e48be.tar.gz cc4group-20740c7acc81f34c49bca508c5d83357d02e48be.zip | |
Initial
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..8bb47f1 --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include <iostream> + +int main(int argc, char **argv) { + std::cout << "Hello, world!" << std::endl; + return 0; +} |
