summaryrefslogtreecommitdiff
path: root/graphs/js/helloWorld/helloWorld.js
blob: 3564ffc015627b227d03b6a834db322e73a670ea (plain)
1
2
3
4
5
6
7
function helloWorld()
{
    console.log("Hello World!")
}
module.exports = {
    helloWorld,
};