This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import ballerina/io; | |
| public function main() { | |
| io:println("Hello from Gist!"); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [package] | |
| org = "playground" | |
| name = "hello" | |
| version = "0.1.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Copyright (c) 2026, WSO2 LLC. (http://www.wso2.com). | |
| // | |
| // WSO2 LLC. licenses this file to you under the Apache License, | |
| // Version 2.0 (the "License"); you may not use this file except | |
| // in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // | |
| // http://www.apache.org/licenses/LICENSE-2.0 | |
| // | |
| // Unless required by applicable law or agreed to in writing, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/bir/bir_gen.go b/bir/bir_gen.go | |
| index 1d32bad6..188b3093 100644 | |
| --- a/bir/bir_gen.go | |
| +++ b/bir/bir_gen.go | |
| @@ -17,13 +17,14 @@ | |
| package bir | |
| import ( | |
| + "fmt" | |
| + |