Create .replit

This commit is contained in:
Diwas Atreya
2021-04-25 12:54:52 +05:45
committed by GitHub
parent 395863c311
commit 18f9c3a055

2
.replit Normal file
View File

@@ -0,0 +1,2 @@
language = "nodejs"
run = "node server.js"