v0.1
This commit is contained in:
4
include/add.h
Normal file
4
include/add.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef ADD_H
|
||||
#define ADD_H
|
||||
int add(int a, int b);
|
||||
#endif
|
||||
Reference in New Issue
Block a user