diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-07-03 16:37:50 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-07-03 16:37:50 +0200 |
| commit | e65f1a0088a86af0426bc523f017631066cc9c42 (patch) | |
| tree | 38c30d4c5cc60e20b2752cff3b2927af9a16f51a /c00/ex08 | |
| parent | 4205989a932533f528c0fa8f76126a5b57606c0a (diff) | |
| download | piscine-e65f1a0088a86af0426bc523f017631066cc9c42.tar.gz piscine-e65f1a0088a86af0426bc523f017631066cc9c42.tar.bz2 piscine-e65f1a0088a86af0426bc523f017631066cc9c42.zip | |
c00
Diffstat (limited to 'c00/ex08')
| -rw-r--r-- | c00/ex08/ft_print_combn.c | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/c00/ex08/ft_print_combn.c b/c00/ex08/ft_print_combn.c new file mode 100644 index 0000000..975c306 --- /dev/null +++ b/c00/ex08/ft_print_combn.c @@ -0,0 +1,25 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_print_combn.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <charles.cabergs@gmail.com> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2019/07/03 14:33:09 by cacharle #+# #+# */ +/* Updated: 2019/07/03 15:39:02 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + +/*#include <unistd.h>*/ + +/*void ft_print_combn(int n)*/ +/*{*/ + /*int i;*/ + + /*if (n == 0)*/ + /*return ;*/ + /*i = 0;*/ + /*while (i < 10)*/ + /*{*/ + /*}*/ +/*}*/ |
