ThongCoder's picture
Upload folder using huggingface_hub
06227db
raw
history blame
86 Bytes
#include <iostream>\nint main() { std::cout << "C++ works!" << std::endl; return 0; }