8000 Updated Other Files · DhirajGadekar/Cpp_programming@7890c75 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7890c75

Browse files
committed 8000
Updated Other Files
1 parent ae120b3 commit 7890c75

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

Others/4_Program.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include<iostream>
2+
3+
int main() {
4+
5+
int cout = 10;
6+
std::cout<< cout << std::endl;
7+
8+
return 0;
9+
}

Others/4_Program.java

Whitespace-only changes.

Others/5_Program.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include<iostream>
2+
using namespace std;
3+
4+
int main() {
5+
6+
int cout = 10;
7+
cout << cout << endl;
8+
return 0;
9+
}

Others/a.out

296 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0