Skip to content

Commit

Permalink
4-puts.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Princexz committed Dec 9, 2022
1 parent 1a40b4c commit d9a88b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file added 0x00-hello_world/.4-puts.c.swp
Binary file not shown.
7 changes: 4 additions & 3 deletions 0x00-hello_world/4-puts.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#include <stdio.h>
/**
* main- my first c programming
* main - my first c programming
*
* return: 0
*/
* Return: 0
*/

int main(void)
{
puts("\"Programming is like building a multilingual puzzle");
Expand Down

0 comments on commit d9a88b6

Please sign in to comment.