「🏗️」 wip(megaphone): Started megaphone
This commit is contained in:
20
ex00/megaphone.cpp
Normal file
20
ex00/megaphone.cpp
Normal file
@ -0,0 +1,20 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* megaphone.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/10/25 16:31:50 by adjoly #+# #+# */
|
||||
/* Updated: 2024/10/25 16:54:55 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main(int ac, char **av)
|
||||
{
|
||||
(void)av;
|
||||
if (ac < 2)
|
||||
std::cout << "* LOUD AND UNBEARABLE FEEDBACK NOISE *" << std::endl;
|
||||
}
|
Reference in New Issue
Block a user