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

This commit is contained in:
collin 2020-06-05 17:32:58 -07:00
commit 8dc4682ba6

View File

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