mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
19 lines
1,005 B
C
19 lines
1,005 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* test_here_doc.c :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: khais <marvin@42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2025/03/07 11:43:32 by khais #+# #+# */
|
|
/* Updated: 2025/03/10 18:21:43 by khais ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#include <assert.h>
|
|
#include "testutil.h"
|
|
#include "libft.h"
|
|
#include <unistd.h>
|
|
int main(void) {
|
|
return (0);
|
|
}
|