mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
6 lines
58 B
C++
6 lines
58 B
C++
#pragma once
|
|
|
|
int add(int a, int b) {
|
|
return a + b;
|
|
}
|