Skip to content

Instantly share code, notes, and snippets.

@felixblaschke
Created October 13, 2021 19:20
Show Gist options
  • Save felixblaschke/eaae2239b93b4f9b75ea00634dc17b59 to your computer and use it in GitHub Desktop.
Save felixblaschke/eaae2239b93b4f9b75ea00634dc17b59 to your computer and use it in GitHub Desktop.
my.md
class MyClass {
  ...

  String interestingMethod() {
    return 'Foo';
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment