I am working through the CS50 course and downloaded the cs50.h file into the same directory as my cs50.c file.
However, I am receiving a fatal error cs50.h: No such file or directory when i include the cs50.h header in my program
#include <cs50.h>
Any suggestions, please? I'm using Code::Blocks 20.03
Cheers