mirror of
https://github.com/github/codeql-action.git
synced 2026-05-23 14:28:45 +00:00
0eacdb53ad
Co-authored-by: Henry Mercer <henry.mercer@me.com>
10 lines
155 B
Swift
10 lines
155 B
Swift
public struct main {
|
|
public private(set) var text = "Hello, World!"
|
|
|
|
public init() {
|
|
if (true) {
|
|
print(text)
|
|
}
|
|
}
|
|
}
|