Files
42_INT_01_libft/test/srcs/transform.c
2019-11-16 14:35:48 +01:00

7 lines
60 B
C

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