Skip to content

Instantly share code, notes, and snippets.

@phatnhse
Last active July 29, 2023 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phatnhse/d30c722c789bc872d7a6f93f9352c602 to your computer and use it in GitHub Desktop.
Save phatnhse/d30c722c789bc872d7a6f93f9352c602 to your computer and use it in GitHub Desktop.
inline-bytecode-no-lambda
fun main() {
print("foo ")
print("bar");
// prints: foo bar
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment