Removing unneeded files

This commit is contained in:
Chris Troutner
2025-12-22 05:10:59 -07:00
parent 23ce276e19
commit baa1170b89
2 changed files with 0 additions and 10 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
npm start
-7
View File
@@ -1,7 +0,0 @@
// Simple Node.js app that prints 'hello world' every 10 seconds
setInterval(() => {
console.log('hello world')
}, 10000)
console.log('Timer started. Printing "hello world" every 10 seconds...')