Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
TP4E2_NodoPila_casiDefinitivo
Cabana_Mario_Ariel_F
Oct 28th, 2020
(
edited
)
121
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
public
class
NodoPila
<
T
>
{
T data
;
NodoPila
<
T
>
next
;
public
NodoPila
(
T d
)
{
data
=
d
;
next
=
null
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Free Cash Leaks 7M
JavaScript | 1 sec ago | 0.09 KB
Make $1200 in 15 minutes
JavaScript | 5 sec ago | 0.08 KB
Netflix Premium UHD Hits
JavaScript | 5 sec ago | 0.08 KB
✅ Account Leaks
JavaScript | 7 sec ago | 0.08 KB
✅ Btc random acc LC
JavaScript | 19 sec ago | 0.09 KB
✅ Free Cash Leaks 7M
JavaScript | 30 sec ago | 0.09 KB
Netflix Premium UHD Hits
JavaScript | 37 sec ago | 0.08 KB
✅ Crypto Accounts
JavaScript | 37 sec ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!