Initial commit

This commit is contained in:
afiqzudinhadi 2024-07-28 03:57:42 +08:00 committed by GitHub
commit a5bdff6fb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 710 additions and 0 deletions

3
index.js Normal file
View file

@ -0,0 +1,3 @@
import { input } from '@inquirer/prompts';
const answer = await input({ message: 'Enter your name' });