pub fn plural(n: usize, word: &str) -> String
n of word, pluralised by adding an s. 1 file, 2 files.
n
word
s
1 file
2 files