Tested JavaScript

This commit is contained in:
ilsix 2024-04-04 22:23:45 +02:00
parent b7afa9bdee
commit ad895d851e
2 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
//runs successfully
console.log('Hello World!'); console.log('Hello World!');

2
javascript/test.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
node helloworld.js