예제 #1
0
파일: Unary.cs 프로젝트: xoposhiy/icfpc2013
 public override object Clone()
 {
     return(new UnaryShr1((Expr)Arg.Clone()));
 }