fast3r / cub-1.10.0 /test /link_main.cpp
DDoggo's picture
Upload folder using huggingface_hub
2913579 verified
raw
history blame contribute delete
113 Bytes
#include <stdio.h>
extern void a();
extern void b();
int main()
{
printf("hello world\n");
return 0;
}