Skip to content

Commit

Permalink
shell3
Browse files Browse the repository at this point in the history
  • Loading branch information
Edunwahabisa committed Mar 18, 2023
1 parent 650bdaf commit 5c976d1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions 0x00-hello_world/6-size.c
@@ -1,11 +1,8 @@
#include <stdio.h>

/**
* * main - Entry point for the program
* *
* *
* * Return: 0 on success, non-zero on failure
* */
* main - Entry point for the program
* Return: 0 on success, non-zero on failure
*/
int main(void)
{
printf("Size of a char: %d byte(s)\n", sizeof(char));
Expand Down

0 comments on commit 5c976d1

Please sign in to comment.