Because this is ran off the local VS code you will need to run clang -lcs50 filename.c to compile code in each file the compiled code will then me able to be ran using ./a.out
this is a fix that was needed due to running the cs50.h library locally as mentioned here cs50/libcs50#212