Compare commits

...

1 Commits

Author SHA1 Message Date
Arthur Baars
f809deebe5 Remove Ruby test file from tests/multi-language-repo 2021-05-21 18:39:36 +02:00

View File

@@ -1,11 +0,0 @@
#!/usr/bin/ruby
# frozen_string_literal: true
def main
v = ARGV[0]
puts 'with arg?' unless v.nil?
puts 'hello there'
end
main