diff --git a/main.js b/main.js new file mode 100644 index 0000000..4800efb --- /dev/null +++ b/main.js @@ -0,0 +1,2 @@ +// 時間を表示する簡単なJavaScriptプログラム +console.log("The time is", new Date()); \ No newline at end of file