SO I am writing a program and writing my code in the main.c file of the project I created.But if I want to sample test some code or function I cannot do so.
I tried adding a new file in the project but it automatically executes the main.c file.
Isn't there a way where I can run my codes in a different place without disturbing the code in the main.c file
