new example
This commit is contained in:
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
|
Reference in New Issue
Block a user