/ test / circuits / greatereqthan.circom
greatereqthan.circom
1  pragma circom 2.0.0;
2  
3  include "../../circuits/comparators.circom";
4  
5  component main = GreaterEqThan(32);