26th of August 2023
~ 1 min.
This is my third attempt to start a blog...
class Life
def self.attempt_number_three
puts 'This is attempt number 3, I will try to be more useful to myself & the world.'
end
end
Life.attempt_number_three
26th of August 2023
~ 1 min.
This is my third attempt to start a blog...
class Life
def self.attempt_number_three
puts 'This is attempt number 3, I will try to be more useful to myself & the world.'
end
end
Life.attempt_number_three