Newer
Older
Ruby / hello.rb
@KANEDA Yuina KANEDA Yuina on 30 Jul 2023 119 bytes 2023-07-30 15:15:21
#!/usr/bin/env ruby
#-*-coding: utf-8-*-
print("Hello!\n")
print("My name is yuina .\n")
print("Nice to meet you .\n")