Signed-off-by: Raihanul Islam Nahid <97145938+RaihanulIslamNahid@users.noreply.github.com>
3 lines
55 B
JavaScript
3 lines
55 B
JavaScript
// the hello world program
|
|
console.log('Hello World');
|