AbdulElahGwaith's picture
Upload folder using huggingface_hub
e36aeda verified
#include <stdio.h>
void
main(int argc, char *argv[])
{
printf("hello, world\n");
}