You must log in or register to comment.
If you use Voyager on Firefox on Android, the last half-second is missing so you don’t get the joke.
This appears:
public class Main { public static void main(String[] args) { System.out.println("Hello World!"); } }and the hamster jumps very high
Actually… since around Java 21, it’s just
void main() { println("Hello World"); }Beyond that, in reality you would write
logger.info()in both 99% of the time.
Does python run on 3 billion devices?
At this point… yeah, probably so.
I mean, assuming the env and dependencies aren’t totally fucked.





