Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Darsh1234Tayal
/
AI_Girlfriend_Project_by_Darsh_
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AI_Girlfriend_Project_by_Darsh_
/
simple.cpp
Darsh1234Tayal
Upload folder using huggingface_hub
c3409a2
verified
5 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
84 Bytes
#
include
<iostream>
int
main
()
{
std::cout <<
"Hello"
;
return
0
;
}