added struct definition

This commit is contained in:
Andrew Segavac
2021-06-11 20:59:51 -06:00
parent f05888a817
commit acbaf5f729
6 changed files with 186 additions and 66 deletions

View File

@@ -31,3 +31,8 @@ fn unit_function() {
fn main(): I32 {
add(4, subtract(5, 2))
}
type User struct {
id: U64,
}