Nothing to see here
This commit is contained in:
12
tests/puts.c
12
tests/puts.c
@@ -1,12 +0,0 @@
|
||||
#include "../main.h"
|
||||
/**
|
||||
* main - puts works?
|
||||
*/
|
||||
int main(void)
|
||||
{
|
||||
char *str;
|
||||
|
||||
str = "hello\n";
|
||||
_puts(str);
|
||||
return (0);
|
||||
}
|
||||
Reference in New Issue
Block a user