webnovel

Bollshit

Author: berlad
Urban
Ongoing · 1.9K Views
  • 2 Chs
    Content
  • ratings
  • N/A
    SUPPORT
Synopsis

Dont read it

Chapter 1java tamplate

ForLoop:

For(int i = 0 ; i < 5; i++){

System.out.println("hello world");

}

WhileLoop:

While(i < 5){

System.out.println("hello world");

I++;

}

You May Also Like