mamarguerat

joined 1 year ago

I’ve just finished by Bachelor thesis with this board, next step: use it as an quantum AI robot super computer 😂

[–] mamarguerat@discuss.tchncs.de 25 points 1 year ago* (last edited 1 year ago) (5 children)

In Swiss French we say « septante » (70) « huitante » (80) and « nonante » (90) which is better than counting by 20

private void GenerateCode(){
  println("private bool IsEven(int number){");
  println("if (number == 1) return false");
  for(int i == 2; true; i += 2){
    println("if (number == " + i.tostring() + " return true";
    println("if (number == " + (i + 1).tostring() + " return false";
  }
}