Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
lauphmore committed Jun 13, 2020
1 parent b438b55 commit 884aea4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cout_Cerr_Misusage_false.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#include<stdio.h>
#include <iostream>
using namespace std;

int main()
{
int a = 5;
int b = 3;
cout << a / b;

return 0;
}

0 comments on commit 884aea4

Please sign in to comment.