Presentational mode

How do I turn on presentational mode?

Hey @Fishye welcome to the forums!

Can you please elaborate on what you are referring to?

like the option for disabling the program starting stuff (example: /.main)

There is “presentational mode” replit running that command on your c++ repl because that is how you run code. There is no way to run code without running that command.

but how do i hide it? like still run it but hide it?

you can’t those are log messages. It’s already using the "-s" flag which hides all of the other outputs it would normally make, which is a lot