Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active February 20, 2022 22:23
Embed
What would you like to do?
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