>

Test Code Injection

Test Code Injection
Photo by Tom Claes / Unsplash

This is a test of code injection

Test

yup.

require('dotenv').config()
const Twilio = require("twilio");

const port = Number.parseInt(process.env.NODE_LISTEN_PORT, 10) || 8080;
console.log(`Listening at Port ${port}`);
server.listen(port);

This is a test.

ls
(out)ok
test
(out)foo
Stl Viewer v2