diff options
Diffstat (limited to 'graphs/cpp/point/main.cc')
| -rw-r--r-- | graphs/cpp/point/main.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphs/cpp/point/main.cc b/graphs/cpp/point/main.cc new file mode 100644 index 0000000..df28b27 --- /dev/null +++ b/graphs/cpp/point/main.cc @@ -0,0 +1,7 @@ +#include <iostream> + +int main() +{ + std::cout << "Hello, World!" << std::endl; + return 0; +}
\ No newline at end of file |
