Skip to content
Snippets Groups Projects
Commit 53a08973 authored by Malte Harms's avatar Malte Harms
Browse files

add space to include

parent 11cbfa6e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#include <stack>
#include <stdexcept>
#include<cmath>
#include <cmath>
int plus( int a, int b) { return a + b; }
int minus( int a, int b) { return a - b; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment