Skip to content

Instantly share code, notes, and snippets.

@Bueddl
Last active February 28, 2020 20:53
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 Bueddl/f75698cba6ce69781320579f9da69c89 to your computer and use it in GitHub Desktop.
Save Bueddl/f75698cba6ce69781320579f9da69c89 to your computer and use it in GitHub Desktop.
no.
#include <vector>
#include <iostream>
#define ​ auto
#define array(x...) std::vector{x}
#define as ,
#define rev(a, v) auto v : a
#define foreach(x) for (rev(x))
#define echo std::cout <<
#define function auto
#define ‍ int main() {
#define ‌ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment