mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-03 10:33:25 +08:00
4 lines
58 B
C++
4 lines
58 B
C++
#include "add.h"
|
|
|
|
int add(int x, int y) { return x + y; }
|