Skip to content

Instantly share code, notes, and snippets.

@Rockbet
Created September 17, 2021 19:13
Show Gist options
  • Save Rockbet/4d21db3426db64040c466e0b42db2d1e to your computer and use it in GitHub Desktop.
Save Rockbet/4d21db3426db64040c466e0b42db2d1e to your computer and use it in GitHub Desktop.
int merge(int a, int b){
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment