Meet the Node console. Can't post solution [SOLVED]

Tell us what’s happening:
Just completed the first Node.js challenge, but whenever I hit the "I’ve completed this challenge, the only response I get is "Hello World" should be in the console

Am I missing something?

EDIT: Just realized theres a link to the live app

Your code so far

var express = require('express');
var app = express();

console.log("Hello world");

module.exports = app;

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 OPR/71.0.3770.310.

Challenge: Meet the Node console

Link to the challenge:

please provide the link to your project. Also you need to submit the link to the live app

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

“Hello world” is not the same thing as “Hello World”.

Right. I tried both ways but it didn’t work.

I just realized there’s a link to the live app. My bad! First time using repl.it