SeraphScript/src/integration_tests/test_cases/add_function/script.ses

3 lines
43 B
Plaintext

int add(int a, int b) {
return a + b;
}