C++ First Program | Skeleton

PHOTO EMBED

Tue Mar 30 2021 13:35:34 GMT+0000 (Coordinated Universal Time)

Saved by @cotterdev #c++

#include <iostream>

using namespace std;

int main(){
  	
	cout << "Hello World";
  
  	return 0;
}
content_copyCOPY