mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 13:23:01 +02:00
4 lines
51 B
C
4 lines
51 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
int sumStartEnd(int start, int end);
|