JSFiddle - React, Tailwind, and code Playground

by soumya gangamwar

JavaScript

const fs = require('fs');
const [A, B, C] = JSON.parse(fs.readFileSync('input'));

function getA () {
	return A;
}

console.log(getA(), 'kkkk')