projects
/
PL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Acceso a clase
[PL2.git]
/
p3.mod
1
modulo p3
\r
2
importacion: p1
\r
3
exportacion:
\r
4
clase Elemento
\r
5
{
\r
6
ampramarMensaje(entero e)
\r
7
{
\r
8
escribir(e);
\r
9
}
\r
10
}
\r
11
implementacion:
\r