Skip to content

Instantly share code, notes, and snippets.

@PiotrWpl
Last active March 16, 2020 07:34
Show Gist options
  • Save PiotrWpl/952c868d2c0137f66cc89c8715b44d4c to your computer and use it in GitHub Desktop.
Save PiotrWpl/952c868d2c0137f66cc89c8715b44d4c to your computer and use it in GitHub Desktop.
void main() {
// 0123456789
// 012345678
// 01234567
// 0123456
// 012345
// 01234
// 0123
// 012
// 01
// 0
var finalResult;
// CODE START
// TODO: complete me
// CODE END
print(finalResult);
// DON'T EDIT!
var t = [48,49,50,51,52,53,54,55,56,57,10,48,49,50,51,52,53,54,55,56,10,48,49, 50,51,52,53,54,55,10,48,49,50,51,52,53,54,10,48,49,50,51,52,53,10,48,49,50,51,52, 10,48,49,50,51,10,48,49,50,10,48,49,10,48];
if (finalResult != String.fromCharCodes(t)) print("^ FIX ME!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment