Skip to content

Instantly share code, notes, and snippets.

View pacharrin's full-sized avatar

Alexis Cervantes pacharrin

  • Repl.it
  • Mexico
View GitHub Profile

Keybase proof

I hereby claim:

  • I am pacharrin on github.
  • I am pacharrin (https://keybase.io/pacharrin) on keybase.
  • I have a public key ASCn8AjZJPdMTeHQgnB-rcNjxhhuBdHNpYbD4fmT9QakvAo

To claim this, I am signing this object:

@pacharrin
pacharrin / teatro.c
Created November 21, 2013 00:30
My first ever school project written in c. it was supposed to be a ticketmaster-like vending system.
#include<stdio.h>
#include<conio.h>
#include<ctype.h>
#include<string.h>
char teatro[25][80],fil,resp;
int i=0,j=0,sw=0,as,cont;
void main()
{