/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: gtertysh +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/07 12:53:44 by gtertysh #+# #+# */ /* Updated: 2016/11/07 14:13:06 by gtertysh ### ########.fr */ /* */ /* ************************************************************************** */ #include int main(void) { int a; printf("Hello!"); return (0); }