diff options
-rwxr-xr-x | server.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -206,3 +206,5 @@ io.on("connection", (conn) => { }); server.listen(PORT, () => console.log("Listening on port " + PORT)); + +// vi: tabstop=2 shiftwidth=2 expandtab |
index : pongmp | ||
Online multiplayer Pong | git daemon user |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | server.js | 2 |
@@ -206,3 +206,5 @@ io.on("connection", (conn) => { }); server.listen(PORT, () => console.log("Listening on port " + PORT)); + +// vi: tabstop=2 shiftwidth=2 expandtab |