Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Created March 28, 2018 06:27
Show Gist options
  • Save gskachkov/7f2ac6d25d79bcdc0f5227130d7c2e70 to your computer and use it in GitHub Desktop.
Save gskachkov/7f2ac6d25d79bcdc0f5227130d7c2e70 to your computer and use it in GitHub Desktop.
int calc (int a)
{
return a * 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment