pgrm_001.cpp (159B)
1 /* hello world */ 2 3 #include<iostream> 4 using namespace std; 5 int main() { 6 cout << "hello, world!" << endl; 7 cout << "Now we are at void"; 8 return 0; 9 }
bscComprehensive codebase and cou... | |
| Log | Files | Refs | Activity | README | LICENSE |
pgrm_001.cpp (159B)
1 /* hello world */ 2 3 #include<iostream> 4 using namespace std; 5 int main() { 6 cout << "hello, world!" << endl; 7 cout << "Now we are at void"; 8 return 0; 9 }