mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 18:43:16 +02:00
4 lines
51 B
C
4 lines
51 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
int sumStartEnd(int start, int end);
|