Files
42_INT_01_libft/test/temp/transform.c
2019-11-14 17:05:54 +01:00

7 lines
60 B
C

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