Hey all, when I try to run and debug my InitWindow function, I get error messages to open something called launch.json. Any one can help me see what I’m doing wrong? Maybe my file for raylib is wrong? below is my code thank you!!
#include “raylib.h”
int main()
{
InitWindow(350, 200, "Tamar's Window!");
}