cmake-library/include/add.h

3 lines
35 B
C
Raw Permalink Normal View History

2023-09-02 18:21:00 +00:00
#pragma once
int add(int a,int b);