Home C 2. WELCOME ALIENS 2. WELCOME ALIENS / July 21, 2017 Code: #include<stdio.h> int main(){ printf("Hello Aliens ! Welcome to our planet Earth."); return 0; }
No comments