ft_transcendence/pong/node_modules/text-table/example/table.js
2023-05-02 19:15:50 +02:00

7 lines
140 B
JavaScript

var table = require('../');
var t = table([
[ 'master', '0123456789abcdef' ],
[ 'staging', 'fedcba9876543210' ]
]);
console.log(t);