Skip to content

Instantly share code, notes, and snippets.

@iseth
Created June 30, 2014 17:57
Show Gist options
  • Save iseth/334eddf45a41bcd5278d to your computer and use it in GitHub Desktop.
Save iseth/334eddf45a41bcd5278d to your computer and use it in GitHub Desktop.
import <iostream>
import 'X'
import 'ioX'
import 'etc'
using namespace std
int main()
{
define _X_ =x::title
var = login_details;
string = x_entered_login_details;
cout << "Hello Welcome to the" << _X_<<" terminal"<< endl;
cout << "Please login" << end;
cout << "Enter Username\n";
cin >> x_entered_login_details;
if (x_entered_login_details !== login_details)
{
return 0;
}
else {
cout << "Welcome to " << _X_<< endl;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment