Skip to content

Commit

Permalink
5-printf.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Princexz committed Dec 9, 2022
1 parent d9a88b6 commit 84ebd85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 0x00-hello_world/5-printf.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#include <stdio.h>
/**
* main - print a C program using printf
*
* Return: 0
*/

int main(void)
{
printf("with proper grammar, but the outcome is a piece of art,\n");
return (0);
}

0 comments on commit 84ebd85

Please sign in to comment.