Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
rust Oct 2014
tyler569
Dec 1st, 2019
758
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
1.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
iface fooer {
fn foo() -> string;
}
class foo {
fn foo() -> string {
"Hello World"
}
new() {}
}
fn main() {
let g: fooer = foo::new();
println!(g.foo());
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
OoT rando seed 6/13
2 hours ago | 202.05 KB
w
20 hours ago | 0.09 KB
[email protected]
- idiot sending fr...
22 hours ago | 1.35 KB
Untitled
1 day ago | 0.03 KB
Checking in availability
1 day ago | 0.66 KB
TRMP TOKEN
1 day ago | 1.56 KB
Untitled
1 day ago | 0.16 KB
my-push Script
1 day ago | 0.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!