mirror of
https://github.com/github/codeql.git
synced 2026-01-10 13:10:26 +01:00
10 lines
65 B
Ruby
10 lines
65 B
Ruby
# comment
|
|
|
|
def hello
|
|
p "hello world"
|
|
end
|
|
|
|
# another one
|
|
|
|
hello
|