added interpreter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fn main(): String {
|
||||
let a = "asdf";
|
||||
return a ;
|
||||
fn main(): i64 {
|
||||
let user = User{id: 4};
|
||||
return user.instance_method();
|
||||
}
|
||||
|
||||
type User struct {
|
||||
|
||||
Reference in New Issue
Block a user