Help for this page

Select Code to Download


  1. or download this
    sub assemble {
    ## Begin Golf
    $w=join'',@_;t("",@_);$w}
    ...
    }
    
    print assemble qw(GATTACA ATTACA GATT AAGAT CCC)
    
  2. or download this
    AAGATTACACCC