Skip to content
Snippets Groups Projects
Commit b772edc1 authored by Sebastian Ohlmann's avatar Sebastian Ohlmann
Browse files

Accidental bug

parent 18316a76
No related branches found
No related tags found
No related merge requests found
Pipeline #113206 failed
#include<iostream>
using namespace std;
int add(int a,int b){return a+b;}
int add(int a,int b){return a-b;}
int sub(int a,int b){return a-b;}
int mul(int a,int b){return a*b;}
int dv(int a,int b){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment