Skip to content

Instantly share code, notes, and snippets.

@theanalyst
Created March 3, 2022 20:45
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 theanalyst/0c3b223dcbe142a4b8153ae5bd9dd15a to your computer and use it in GitHub Desktop.
Save theanalyst/0c3b223dcbe142a4b8153ae5bd9dd15a to your computer and use it in GitHub Desktop.
test syntax
std::atomic<int> sum {0};
struct Point {int x, int y};
struct D3 {int x, int y, int z};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment