Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active February 20, 2022 22:23
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 Morfly/fa1414a5b90f73f0f58d0706226fac51 to your computer and use it in GitHub Desktop.
Save Morfly/fa1414a5b90f73f0f58d0706226fac51 to your computer and use it in GitHub Desktop.
package io.morfly.bfa;
public class MyFeature {
public String getInfo() {
return "🦑 My feature";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment