Skip to content

Instantly share code, notes, and snippets.

View anthonyyoussef01's full-sized avatar
🤠
Howdy, partners! Git along, rustling up some commits today

Anthony Elkommos Youssef anthonyyoussef01

🤠
Howdy, partners! Git along, rustling up some commits today
View GitHub Profile

Keybase proof

I hereby claim:

  • I am anthonyyoussef01 on github.
  • I am elkommosyoussef (https://keybase.io/elkommosyoussef) on keybase.
  • I have a public key whose fingerprint is 18BE FE2C 37B9 EF8D D75A 6BF3 E3FB 3E71 6776 0CB0

To claim this, I am signing this object:

CLS
PRINT "Hi, I am Tony, I am your new virtual friend!"
1 IF y = 999 THEN
INPUT "Please enter password: ", passcode$
IF passcode$ <> password$ THEN
PRINT "Wrong password"
PRINT "Incorrect password"
SLEEP 2
CLS
#include <string>
#include <conio.h>
//#include <stdio.h>
#include <iostream>
using namespace std;
int main(){
// printf("\1 \2");
int namedeclaration = 0, assistantname = 0;
string pass = "";
import java.util.Scanner;
import javax.swing.JOptionPane;
public class MyWorldGame {
protected Terrain terrain;
protected int difficulty;
private RunGame runGame;
public MyWorldGame(){
String PersonName = nameReceiver();