Atis

Atis

Code を書き Chord を鳴らし Cord を取り回す人

https://github.com/Atis9https://atis.social/@atis

Test

Atis
Atis

特に内容はなし

  • Vercel の自動ビルドのテスト用
  • PR の運用テスト用
class Greet
  def self.say
    puts "Hello!"
  end
end

Greet.say