fn-ruby/app.rb
fnkit e22e58a944
Some checks failed
/ deploy (push) Failing after 6s
initial commit - ruby function
2026-02-17 16:45:13 +00:00

5 lines
101 B
Ruby

require "functions_framework"
FunctionsFramework.http("hello") do |request|
"Hello, World!\n"
end