xabana9675
v1.0.1
Published
Generate hello world with the current date
Readme
xabana9675
Generate hello world with the current date.
Installation
npm install xabana9675Usage
CommonJS
const helloWorld = require('xabana9675');
console.log(helloWorld());
// Output: Hello World! Current date: 11/22/2025, 5:07:00 PMES Modules
import { helloWorld } from 'xabana9675';
console.log(helloWorld());
// Output: Hello World! Current date: 11/22/2025, 5:07:00 PMAPI
helloWorld()
Returns a string containing "Hello World!" followed by the current date and time.
Returns: string - Hello world message with current date
License
ISC
