Nothing to see here
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#include "../main.h"
|
||||
/**
|
||||
* main - Hello world
|
||||
*
|
||||
* Return: always 0
|
||||
**/
|
||||
int main(void)
|
||||
{
|
||||
int len;
|
||||
|
||||
len = _printf("Hello world\n");
|
||||
return (len);
|
||||
}
|
||||
Reference in New Issue
Block a user