/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* hello.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: exam +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/07/12 17:01:31 by exam #+# #+# */ /* Updated: 2019/07/12 17:03:00 by exam ### ########.fr */ /* */ /* ************************************************************************** */ #include int main(void) { write(1, "Hello World!\n", 13); }