Skip to main content

All Questions

2 votes
1 answer
4k views

How to remove the 'PS' message that appears in the terminal after running code in VS Code

I am currently taking Java lessons and I am using VSCode. I wrote this code: class Simple{ public static void main(String args[]){ System.out.println("Hello World!"); } }...
OmarZalat's user avatar