new example
This commit is contained in:
parent
91e3a8fc03
commit
9fc354d30f
8
codes/a_offset_check.psol
Normal file
8
codes/a_offset_check.psol
Normal file
@ -0,0 +1,8 @@
|
||||
class Object
|
||||
int puts(Word str)
|
||||
return str
|
||||
end
|
||||
int main()
|
||||
puts("Hello")
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user