hello world test
This commit is contained in:
11
tests/hello.c
Normal file
11
tests/hello.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "../main.h"
|
||||
/**
|
||||
* main - Hello world
|
||||
*
|
||||
* Return: always 0
|
||||
**/
|
||||
int main(void)
|
||||
{
|
||||
int len;
|
||||
len = _printf("Hello world");
|
||||
}
|
||||
Reference in New Issue
Block a user