main.cpp 101 B

12345678
  1. #include <cstdio>
  2. int main(int argc, char *argv[])
  3. {
  4. printf("Hello, Vodus\n");
  5. return 0;
  6. }