Skip to content

Instantly share code, notes, and snippets.

@Uzwername
Created March 21, 2021 02:32
Show Gist options
  • Save Uzwername/3df67aac8fe5691ef0a3f19708ce9ed8 to your computer and use it in GitHub Desktop.
Save Uzwername/3df67aac8fe5691ef0a3f19708ce9ed8 to your computer and use it in GitHub Desktop.
sum();
sum(1, 1)();
sum(1)(5)(12)();
sum(1)(132, 4)();
sum(1, 2, 3)(7, 8, 9)(5)();
sum(1, 1)(4)(6, 13, 7)(2)(3)(2)(2, 1)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment