arudradey's picture
Upload folder using huggingface_hub
00df61d verified
Raw
History Blame Contribute Delete
76 Bytes
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}