Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 22nd, 2018
83
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
public int potenz(int a, int b){
int ergebnis = 1;
if(b == 0){
result = 1;
}
else{
ergebnis = a * potenz(a, b-1);
}
return ergebnis;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
buscar-productos.blade.php
PHP | 1 hour ago | 2.44 KB
simple youtube video to product
PHP | 9 hours ago | 3.71 KB
greetings human
10 hours ago | 0.03 KB
OoT rando seed 6/1
16 hours ago | 68.21 KB
Geofencing - Lot of Rollover Budget
22 hours ago | 0.48 KB
Preface prompt for offline apps
1 day ago | 2.31 KB
Untitled
1 day ago | 5.42 KB
Secrets.kdbx
2 days ago | 166.19 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!