header image

Code Snippets

Hello World

| Last updated:
def hello_world
  print 'hello world'
end

hello_world