everything static lol

PHOTO EMBED

Tue Oct 25 2022 18:00:19 GMT+0000 (Coordinated Universal Time)

Saved by @DonYall #java

public class StaticStuff {
  static int i = 1;

  public static void staticMethod() {
    // do something
  }
}
content_copyCOPY