new example
This commit is contained in:
@@ -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