1 #include <bits/stdc++.h> 2 using namespace std; 3 int main(){ 4 printf("Hello, World!"); 5 return 0; 6 } 7