99
Comments
  • 5
    @Marethyun but the condition is also set to <= instead of just <
  • 19
    Missing a \n
  • 8
    On every other platform I would have enjoined the joke. On Devrant it gets destroyed by the first 3 comments.😂😂
  • 2
    But shouldn't void didn't return anything?
  • 0
    @gajahterbang yep its disgusting
  • 4
    @gajahterbang The main function returns an integer. Its argument is void because nothing is passed to it. 😀
  • 1
    @stefano ohh sorry.. I just used to

    Static void main() {}

    And didn't see the int in there :D
  • 2
    I don't really like it because it's not actually printing the lines. You'd need to compile and run the code to do that. As far as I'm aware, you can't do that on a standard blackboard.
  • 1
Add Comment