mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-19 02:39:42 +08:00
9 lines
128 B
C++
9 lines
128 B
C++
#include <stdio.h>
|
|
#include "head.h"
|
|
|
|
const char* libVersion = "Library Version 1.0";
|
|
|
|
int add(int a, int b)
|
|
{
|
|
return a+b;
|
|
} |