Skip to content

Instantly share code, notes, and snippets.

@vdeturckheim
Created March 22, 2017 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdeturckheim/e4368ee16f4320930c68bb103a4cfa10 to your computer and use it in GitHub Desktop.
Save vdeturckheim/e4368ee16f4320930c68bb103a4cfa10 to your computer and use it in GitHub Desktop.
function exec(arg) {
switch (arg) {
case 1: break;
case 2: break;
...
case 128: break;
case 129: break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment