summaryrefslogtreecommitdiff
path: root/hello.cpp
blob: 0dde4c907ff9ddd7ba21f3fe29b60901a74586b2 (plain)
1
2
3
4
5
6
#include <iostream>

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