From 829d4ebb3c894fe2c8a49bff9d658ecac9f64de0 Mon Sep 17 00:00:00 2001 From: alyx Date: Tue, 23 Jan 2024 14:05:13 -0500 Subject: JS,PHP,PY,RS --- JavaScript/hello.js | 1 + JavaScript/run.toml | 1 + 2 files changed, 2 insertions(+) create mode 100644 JavaScript/hello.js create mode 100644 JavaScript/run.toml (limited to 'JavaScript') diff --git a/JavaScript/hello.js b/JavaScript/hello.js new file mode 100644 index 0000000..422c89e --- /dev/null +++ b/JavaScript/hello.js @@ -0,0 +1 @@ +console.log("Hello, World!") diff --git a/JavaScript/run.toml b/JavaScript/run.toml new file mode 100644 index 0000000..1326e27 --- /dev/null +++ b/JavaScript/run.toml @@ -0,0 +1 @@ +hello="node hello.js" -- cgit v1.2.3-54-g00ecf