Skip to content
Snippets Groups Projects
Commit e45b6078 authored by vonopr's avatar vonopr
Browse files

Add source files

parent 2f3f85ae
Branches main
No related tags found
No related merge requests found
#include "exple-add.h"
int exple::add(int a, int b)
{
return (a + b) ;
}
namespace exple
{
int add( 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