Hello Word!


#include <iostream>
using namespace std;

int main(){

printf("%s \n ", "Hello World");

return 0
}

Share this

Related Posts

First