Commit 21a70b52 authored by nanahira's avatar nanahira

show size

parent 56d1e32f
...@@ -174,6 +174,7 @@ async function main() { ...@@ -174,6 +174,7 @@ async function main() {
for (let card of cards) { for (let card of cards) {
console.log(JSON.stringify(card)); console.log(JSON.stringify(card));
} }
console.log(`Size: ${cards.length}`);
if (cards.length) { if (cards.length) {
const median = getMedianCode(cards); const median = getMedianCode(cards);
console.log(`Median: ${median}`); console.log(`Median: ${median}`);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment