Guy Who Sells Jars, a minimalist jarred item shop management game with fishing and lo-fi hand drawn graphics, released on Steam.
https://store.steampowered.com/app/3139470/Guy_Who_Sells_Jars/
@Landgraab_Industries Me: What's in this jar and why is it so cheap?
Guy Who Sells Jars:
```
class Hello {
public static void main(String[] args){
SYSTEM.OUT.PRINTLN("Hello, World");
}
}
```