mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-01 02:08:31 +03:00
fix hard-coded leo new file
This commit is contained in:
parent
6e595bd845
commit
de8106f8e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user