Skip to content

Instantly share code, notes, and snippets.

@cveld
Created August 9, 2018 19:39
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 cveld/c482cca7ace9b7f47f51bd0052e62a92 to your computer and use it in GitHub Desktop.
Save cveld/c482cca7ace9b7f47f51bd0052e62a92 to your computer and use it in GitHub Desktop.
A test for a new blog
using test;
class Happy {
void MyFunction(int i) {
test.Method(i);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment