support multiple files

This commit is contained in:
Andrew Kelley
2015-12-01 02:08:58 -07:00
parent 29f24e3c50
commit 58e375d0a1
8 changed files with 168 additions and 53 deletions

View File

@@ -6,6 +6,6 @@ fn private_function() {
puts("it works!");
}
fn print_text() {
pub fn print_text() {
private_function();
}