Skip to content

Commit 0812b52

Browse files
committed
Update utilities.c
1 parent 01eba8a commit 0812b52

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

libs/utilities.c

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ int getStrLength(char* str) {
99
};
1010

1111
return length;
12-
}
12+
}
13+
14+
int holaTefi()
15+
{
16+
printf("hola chicos");
17+
return 1;
18+
}

0 commit comments

Comments
 (0)