Advertisement
Guest User

Untitled

a guest
Nov 11th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.12 KB | None | 0 0
  1. pub fn get_lines(filename: &String) -> Vec<String> {
  2.     fs::read_to_string(filename).unwrap().lines().collect()
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement