Skip to content

Instantly share code, notes, and snippets.

@AramRafeq
Created April 14, 2020 14:24
Show Gist options
  • Save AramRafeq/7f8333493228724f4acb33f88ebca1e9 to your computer and use it in GitHub Desktop.
Save AramRafeq/7f8333493228724f4acb33f88ebca1e9 to your computer and use it in GitHub Desktop.
class test{
public static void test(int x ){
test(++x);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment