00:00

c:hello_world's Live

  • Level 1
  • Fanned 0
#include <iostream>

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