Skip to content

Instantly share code, notes, and snippets.

@TharmiganK
Created July 25, 2023 04:46
Show Gist options
  • Save TharmiganK/4ab4ef99bcd5138561177fdb0dc2e50d to your computer and use it in GitHub Desktop.
Save TharmiganK/4ab4ef99bcd5138561177fdb0dc2e50d to your computer and use it in GitHub Desktop.
ballerina_oom
public function main() {
string[] arr = [];
while true {
arr.push("value");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment