mirror of
https://github.com/github/codeql.git
synced 2025-12-27 06:06:32 +01:00
10 lines
65 B
Ruby
10 lines
65 B
Ruby
# comment
|
|
|
|
def hello
|
|
p "hello world"
|
|
end
|
|
|
|
# another one
|
|
|
|
hello
|