first commit
This commit is contained in:
13
l33tcode_reversewords/Rust/l33tcode_reversewords.rs
Normal file
13
l33tcode_reversewords/Rust/l33tcode_reversewords.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
trait Solution {
|
||||
fn reverse_words(s: String) -> String;
|
||||
}
|
||||
|
||||
impl Solution {
|
||||
pub fn reverse_words(s: String) -> String {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {
|
||||
println!("Hello, World!");
|
||||
}
|
||||
Reference in New Issue
Block a user