Skip to content

Instantly share code, notes, and snippets.

@Dhananjay-JSR
Created November 25, 2022 16:37
Show Gist options
  • Save Dhananjay-JSR/a62a8985999f2c0036675e73936f215e to your computer and use it in GitHub Desktop.
Save Dhananjay-JSR/a62a8985999f2c0036675e73936f215e to your computer and use it in GitHub Desktop.
const fs = require('fs');
fs.writeFileSync("commit.txt",(Math.floor(Math.random() * 8976)).toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment