Skip to content
Snippets Groups Projects
Commit 0bff1c09 authored by Jaiem's avatar Jaiem
Browse files

Update example.cpp

parent ae3c757b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
using namespace std;
float example_test(float a, float b){
float example_add(float a, float 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