Skip to content

Commit

Permalink
Update random.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul-mehta committed Oct 9, 2024
1 parent f6135f9 commit 66f898f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/random.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const getRandomIPv4 = () => {
};

function helloWorld() {
return `Hello World - ${getRandomIPv4()}`
return `Hello Mukul - ${getRandomIPv4()}`
}

exports.default = helloWorld;
Expand Down

0 comments on commit 66f898f

Please sign in to comment.