Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 124 Bytes

File metadata and controls

14 lines (9 loc) · 124 Bytes

Hello-World

my first program

#include using namespace std;

int main() {

cout<<"HELLO WORLD !";

return 0; }