We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe7434 commit e223097Copy full SHA for e223097
README.md
@@ -21,7 +21,7 @@ Defining a simple function and moving the cursor to a point where we can begin i
21
let builder = IRBuilder(module: module)
22
23
let main = builder.addFunction(
24
- name: "main",
+ "main",
25
type: FunctionType(argTypes: [],
26
returnType: VoidType())
27
)
0 commit comments