Skip to content

Instantly share code, notes, and snippets.

@anneouyang
Created January 17, 2023 22:01
Show Gist options
  • Save anneouyang/eb851dc5b10ade01da1af314b69f250c to your computer and use it in GitHub Desktop.
Save anneouyang/eb851dc5b10ade01da1af314b69f250c to your computer and use it in GitHub Desktop.

Hello

Here's the idea that I tried but didn't work

for(int i = 0; i < N; i++) {
  c[i] = a[i] + b[i];
}

Something something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment