-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathhighfive.c
18 lines (16 loc) · 985 Bytes
/
highfive.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* highfive.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: marvin <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/06/15 17:52:49 by marvin #+# #+# */
/* Updated: 2023/06/15 17:52:49 by marvin ### ########.fr */
/* */
/* ************************************************************************** */
#include <stdio.h>
void highfive(void)
{
printf("Gimme a high five!\n");
}