Nothing to see here
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
#include "../main.h"
|
||||
|
||||
/**
|
||||
* main - testing printing of only char
|
||||
*
|
||||
* Return: deadth
|
||||
*/
|
||||
|
||||
int main(void)
|
||||
{
|
||||
char c = 97;
|
||||
|
||||
_printf("cat: %css\noh wait is that...a %%\n", c);
|
||||
return (0);
|
||||
}
|
||||
Reference in New Issue
Block a user