Skip to content

Instantly share code, notes, and snippets.

@Kittoes0124
Last active June 24, 2022 00:09
Show Gist options
  • Save Kittoes0124/71f09cbca89e5730051e5a1a274b3e13 to your computer and use it in GitHub Desktop.
Save Kittoes0124/71f09cbca89e5730051e5a1a274b3e13 to your computer and use it in GitHub Desktop.
var detectorSize = 37;
do {
var detector = new ulong[detectorSize];
while (!detector.Any(x => (0 != x))) { }
Console.WriteLine("Cosmic ray detected.");
} while (true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment