mirror of
https://github.com/lune-org/lune.git
synced 2025-04-05 19:10:57 +01:00
4 lines
45 B
C
Vendored
4 lines
45 B
C
Vendored
|
|
int add(int a, int b) {
|
|
return a + b;
|
|
}
|