Skip to content

Instantly share code, notes, and snippets.

@aleksandarzekovic
Created September 15, 2022 20:33
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 aleksandarzekovic/2d6d52407748d836ec8924bfec2afae5 to your computer and use it in GitHub Desktop.
Save aleksandarzekovic/2d6d52407748d836ec8924bfec2afae5 to your computer and use it in GitHub Desktop.
@FunctionalInterface
public interface Runnable {
void run();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment