Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At it's most minimal the code portion should follow this format:

Code Block
languagetext
voidfunction js_answer(void){
  /* global list ans1 */
 
  ans1 = "A,B";
}

...