Skip to content

Instantly share code, notes, and snippets.

@soudmaijer
Created April 6, 2021 20:18
Show Gist options
  • Save soudmaijer/1de659eaaa6f41e1fe68bd64f8bb26ff to your computer and use it in GitHub Desktop.
Save soudmaijer/1de659eaaa6f41e1fe68bd64f8bb26ff to your computer and use it in GitHub Desktop.
public class CallFoo {
public static void main(String[] args) {
Utils.foo();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment