blob: d6259cab24a751085d1a561570fc61dcb838432a [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 uuid = require('uuid').v4;
var value = uuid();
console.log(value);