Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
afaqdean
/
InterExblorer
like
3
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
muhammadhammad0
commited on
Jan 23, 2024
Commit
29611d5
·
verified
·
1 Parent(s):
b9fc211
Upload 1.cpp
Browse files
Files changed (1)
hide
show
1.cpp
+8
-0
1.cpp
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
#include<iostream>
2
+
3
+
using namespace std;
4
+
5
+
int main(){
6
+
7
+
cout<<"Hello afap"<<endl;
8
+
}