Initial commit

This commit is contained in:
Chris Cromer
2016-06-20 13:25:01 -04:00
commit a41abff9b0
66 changed files with 4205 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
public int peek() {
// Devolver el valor en el primer indice
return this.pila[primer];
}