Merge branch 'master' of https://github.com/AleoHQ/language into feature/syntax-errors-new

This commit is contained in:
collin 2020-06-05 17:10:05 -07:00
commit d731669327

View File

@ -1,5 +0,0 @@
// The 'language' main function.
function main() -> u32 {
let a: u32 = 1 + 1;
return a
}