so I\'m using GLFW and VSCode and have written:
#include int main(void) { GLFWwindow* window; if (!glfwInit()) return -1;