Content deleted Content added
fixed infobox fields order according to Template:Infobox programming language + history section |
Actualizacion al codigo |
||
Line 39:
<syntaxhighlight lang="ruby">
class Greeter
def initialize(name : String)
@name = name
end
|