AbdulElahGwaith's picture
Upload folder using huggingface_hub
e36aeda verified
#include "line1.h"
void f2();
int main()
{
f1();
f2();
}