You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"version":3,"sources":["functions.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAmBA,IAAI,IAAI,GAAG,IAAI,CAAC;;AAEhB,SAAS,MAAM,CAAC,IAAI,EAAC;AACjB,SAAO,CAAC,GAAG,CAAC,+BAA+B,GAAG,IAAI,CAAC,CAAA;CACtD;;AAED,MAAM,CAAC,IAAI,CAAC,CAAC","file":"functions-compiled.js","sourcesContent":["/*\n * Chris Samuel\n * ksamuel.chris@icloud.com\n *\n * October 1, 2015\n *\n * FileName: server.js\n *\n * Description:\n *\n * File will be used for running node/express for our voting application.\n * Chris Samuel\n * ksamuel.chris@gmail.com\n *\n * October,\n *\n *\n * */\n\nvar port = 1000;\n\nfunction listen(port){\n console.log(\"express is listening on port \" + port)\n}\n\nlisten(port);"]}