initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
public struct main {
|
||||
public private(set) var text = "Hello, World!"
|
||||
|
||||
public init() {
|
||||
if (true) {
|
||||
print(text)
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue