nonstatic lol

PHOTO EMBED

Tue Oct 25 2022 18:38:16 GMT+0000 (Coordinated Universal Time)

Saved by @DonYall #java

public class Stuff {
  int i = 1;

  public void nonStaticMethod() {
    // do something
  }
}
content_copyCOPY