Skip to content

Instantly share code, notes, and snippets.

@b4284
Created March 25, 2016 05:11
Show Gist options
  • Select an option

  • Save b4284/6b9f62bd6886ade6b48a to your computer and use it in GitHub Desktop.

Select an option

Save b4284/6b9f62bd6886ade6b48a to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void) {
for (int i = 0; i < 100; i += 1) {
puts("n");
}
puts("y");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment