blob: f6b3abb9a48763955e63ad44f020d6ea278c95b5 [file] [log] [blame]
#!/usr/bin/env node
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
var cuid = require('cuid');
var value = cuid();
console.log(value);