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