C++ Program to print hello linux

#include<iostream>
using namespace std;
int main()
{
    cout<<"hello linux";
    return 0;
}


Comments

Popular posts from this blog

C++ Program to subract 2 no.s

File input/output program to access no. of character, spaces, tabs...

C++ Program to add 2 integers