Skip to content

Instantly share code, notes, and snippets.

@antonicg
Last active May 11, 2020 10:15
Show Gist options
  • Save antonicg/82145bf00236e6fc4bf6b52774985ace to your computer and use it in GitHub Desktop.
Save antonicg/82145bf00236e6fc4bf6b52774985ace to your computer and use it in GitHub Desktop.
flow {
var x = 0
do {
delay(1000)
emit(x)
x++
} while (x < 1000)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment