Skip to content

Instantly share code, notes, and snippets.

@patrickbucher
Created July 2, 2022 08:05
Show Gist options
  • Save patrickbucher/03ebb8d3161eb7e53f62f5a00ebed4df to your computer and use it in GitHub Desktop.
Save patrickbucher/03ebb8d3161eb7e53f62f5a00ebed4df to your computer and use it in GitHub Desktop.
program p() {
while (halts(p) {
p();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment