ThongCoder's picture
Upload folder using huggingface_hub
06227db
raw
history blame
75 Bytes
#include <stdio.h>
int main() {
printf("C works!");
return 0;
}