4 lines
58 B
Text
4 lines
58 B
Text
extern crate foo;
|
|
fn main() {
|
|
foo::some_function();
|
|
}
|
extern crate foo;
|
|
fn main() {
|
|
foo::some_function();
|
|
}
|