Test projects give you a way to exercise your code to see if it works but they're also part of your project's "permanent record." If all you want to do is try something out with some throwaway code, C ...
VS Code’s terminal process allows users to run scripts and commands within the editor environment, improving workflow efficiency. It provides a command-line interface for code compilation, version ...