Compare commits

...

2 Commits

Author SHA1 Message Date
xkrrudah 9d22572d59 Added code comment 2026-04-23 16:46:47 +09:00
xkrrudah f3c25c9b50 Modified .gitignore 2026-04-23 16:18:08 +09:00
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
# 20260423 tak created gitignore
/node_modules
.idea/
+1
View File
@@ -1,3 +1,4 @@
/* 20260420 tak */
const express = require("express");
const app = express();