Comment on The Legends is among us

<- View Parent
ICastFist@programming.dev ⁨1⁩ ⁨day⁩ ago
// comment
if(x < 10) {
  // comment1
  if(x < 20) {
    // comment2
    if(x < 30) {
      printf("hello, world\\n");
    }
  }
}

source
Sort:hotnewtop