i am new to git and not smart

This commit is contained in:
2025-03-23 01:12:16 +01:00
parent 2f81ea4b96
commit 0efe0fb300

View File

@@ -10,4 +10,9 @@ app.set('views', path.join(__dirname, 'ejs'));
app.get('/', (req, res) => {
res.render('home');
});
app.listen(8927, () => {
console.clear();
console.log('tojásnak szóló üzenet, elindult a cucc');
});