Skip to content

Instantly share code, notes, and snippets.

View flaviocdc's full-sized avatar

Flávio Coutinho da Costa flaviocdc

  • Microsoft
  • Greater Seattle Area
  • 11:31 (UTC -07:00)
View GitHub Profile
anonymous
anonymous / gsat.js
Created January 16, 2013 03:44
(function() {
print("Enter the number of restarts");
retries = readline();
print("Enter the number of flips");
flips = readline();
retries = 10;
flips = 10;