summaryrefslogtreecommitdiff
path: root/graphs/cpp/point/main.cc
blob: df28b27694b82943e47218267e0cee572ffb2794 (plain)
1
2
3
4
5
6
7
#include <iostream>

int main()
{
    std::cout << "Hello, World!" << std::endl;
    return 0;
}