a zip code crypto-currency system good for red ONLY

copy.js 98B

123456
  1. 'use strict';
  2. var Set = require('../');
  3. module.exports = function () { return new Set(this); };