main function

void main()

Implementation

void main(){
  print(Crc16().convert(utf8.encode('123456'))) ;
}