fix hard-coded leo new file

This commit is contained in:
gluax 2021-04-14 18:02:46 -04:00
parent 6e595bd845
commit de8106f8e6

View File

@ -68,7 +68,7 @@ impl MainFile {
r#"// The '{}' main function.
function main(a: u32, b: u32) -> u32 {{
let c: u32 = a + b;
return c
return c;
}}
"#,
self.package_name