diff options
Diffstat (limited to 'Main.cpp')
| -rw-r--r-- | Main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Main.cpp b/Main.cpp new file mode 100644 index 0000000..161f0da --- /dev/null +++ b/Main.cpp @@ -0,0 +1,5 @@ +#include <cstdio> + +int main ( int argc, char ** argv ) { + printf( "Hello, World\n" ); +} |