Files
42_INT_01_libft/test/transform.c
2019-11-13 12:48:59 +01:00

7 lines
59 B
C

#include "test.h"
int transform(int a)
{
return(--a);
}