Created
June 30, 2014 17:57
-
-
Save SethHorsley/334eddf45a41bcd5278d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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