#!/usr/bin/env node
import fs from 'fs-extra'

await fs.writeFile('./data/output.txt', "♠️♥️♦️♣️");


