Skip to content

Commit

Permalink
Update README files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWatcher01 committed Apr 3, 2024
1 parent c81a161 commit c914b29
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 42 deletions.
34 changes: 17 additions & 17 deletions functions_nested_loops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ _putchar
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -92,7 +92,7 @@ root@ubuntu:~/$ cat 1-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -134,7 +134,7 @@ root@ubuntu:~/$ cat 2-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -179,7 +179,7 @@ root@ubuntu:~/$ cat 3-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -226,7 +226,7 @@ root@ubuntu:~/$ cat 4-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -285,7 +285,7 @@ root@ubuntu:~/$ cat 5-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -332,7 +332,7 @@ root@ubuntu:~/$ cat 6-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -371,7 +371,7 @@ root@ubuntu:~/$ cat 7-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -426,7 +426,7 @@ root@ubuntu:~/$ cat 8-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -479,7 +479,7 @@ root@ubuntu:~/$ cat 9-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -515,7 +515,7 @@ root@ubuntu:~/$ cat 10-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -560,7 +560,7 @@ root@ubuntu:~/$ cat 11-main.c
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down Expand Up @@ -654,7 +654,7 @@ $
root@ubuntu:~/$
```

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand All @@ -666,7 +666,7 @@ If we list all the natural numbers below 10 that are multiples of 3 or 5, we get

* You are allowed to use the standard library

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand All @@ -679,7 +679,7 @@ Write a program that prints the first 50 Fibonacci numbers, starting with 1 and
* The numbers must be separated by comma, followed by a space ,
* You are allowed to use the standard library

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand All @@ -691,7 +691,7 @@ Each new term in the Fibonacci sequence is generated by adding the previous two

* You are allowed to use the standard library

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand All @@ -707,7 +707,7 @@ Write a program that finds and prints the first 98 Fibonacci numbers, starting w
* You are not allowed to use long long, malloc, pointers, arrays/tables, or structures
* You are not allowed to hard code any Fibonacci number (except for 1 and 2)

### Repo
### Repo :

* GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
* Directory: [functions_nested_loops](/functions_nested_loops)
Expand Down
18 changes: 9 additions & 9 deletions hello_world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ int main(void)
root@ubuntu:~/holbertonschool-low_level_programming/hello_world$
```

Repo:
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
- Directory: [hello_world](/hello_world)
Expand Down Expand Up @@ -180,7 +180,7 @@ root@ubuntu:~/holbertonschool-low_level_programming/hello_world$ cat -v main.o |
^@^@^@^H^@^@^@^H^@^@^@^@^@^@^@^X^@^@^@^@^@^@^@ ^@^@^@^C^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@M-^P^A^@^@^@^@^@^@^M^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^A^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@root@ubuntu:~/holbertonschool-low_level_programming/hello_world$
```

Repo:
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
- Directory: [hello_world](/hello_world)
Expand Down Expand Up @@ -236,7 +236,7 @@ main:
root@ubuntu:~/holbertonschool-low_level_programming/hello_world$
```

Repo:
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
- Directory: [hello_world](/hello_world)
Expand Down Expand Up @@ -269,7 +269,7 @@ root@ubuntu:~/holbertonschool-low_level_programming/hello_world$ ls
root@ubuntu:~/holbertonschool-low_level_programming/hello_world$
```

Repo:
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
- Directory: [hello_world](/hello_world)
Expand All @@ -291,7 +291,7 @@ root@ubuntu:~/holbertonschool-low_level_programming/hello_world$ echo $?
root@ubuntu:~/holbertonschool-low_level_programming/hello_world$
```
Repo:
### Repo :
- GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
- Directory: [hello_world](/hello_world)
Expand All @@ -315,7 +315,7 @@ root@ubuntu:~/holbertonschool-low_level_programming/hello_world$ echo $?
root@ubuntu:~/holbertonschool-low_level_programming/hello_world$
```
Repo:
### Repo :
- GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
- Directory: [hello_world](/hello_world)
Expand Down Expand Up @@ -350,7 +350,7 @@ root@ubuntu:~/holbertonschool-low_level_programming/hello_world$ echo $?
root@ubuntu:~/holbertonschool-low_level_programming/hello_world$
```
Repo:
### Repo :
- GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
- Directory: [hello_world](/hello_world)
Expand Down Expand Up @@ -405,7 +405,7 @@ main:
root@ubuntu:~/holbertonschool-low_level_programming/hello_world$
```
Repo:
### Repo :
- GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
- Directory: [hello_world](/hello_world)
Expand Down Expand Up @@ -433,7 +433,7 @@ root@ubuntu:~/holbertonschool-low_level_programming/hello_world$ grep put < 101-
root@ubuntu:~/holbertonschool-low_level_programming/hello_world$
```
Repo:
### Repo :
- GitHub repository: [holbertonschool-low_level_programming](https://github.com/root/holbertonschool-low_level_programming)
- Directory: [hello_world](/hello_world)
Expand Down
30 changes: 14 additions & 16 deletions variables_if_else_while/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<p align="left">
<img width="150" height="150" src="images/c-logo.png">
</p>
<p align="left"><img width="150" height="150" src="images/c-logo.png"></p>
<h1 align="left">C - Variables, if, else, while</h1>

# Resources
Expand Down Expand Up @@ -95,7 +93,7 @@ root@ubuntu:~/$ ./0-positive_or_negative
root@ubuntu:~/$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand Down Expand Up @@ -148,7 +146,7 @@ Last digit of 809065140 is 0 and is 0
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand All @@ -169,7 +167,7 @@ abcdefghijklmnopqrstuvwxyz
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand All @@ -190,7 +188,7 @@ abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand All @@ -213,7 +211,7 @@ root@ubuntu:~/$ ./4-print_alphabet | grep [eq]
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand All @@ -232,7 +230,7 @@ root@ubuntu:~/$ ./5-print_numbers
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand All @@ -254,7 +252,7 @@ root@ubuntu:~/$ ./6-print_numberz
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand All @@ -275,7 +273,7 @@ zyxwvutsrqponmlkjihgfedcba
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand All @@ -296,7 +294,7 @@ root@ubuntu:~/$ ./8-print_base16
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand All @@ -320,7 +318,7 @@ root@ubuntu:~/$ ./9-print_comb | cat -e
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand Down Expand Up @@ -349,7 +347,7 @@ root@ubuntu:~/$ ./100-print_comb3
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand All @@ -376,7 +374,7 @@ root@ubuntu:~/$ ./101-print_comb4
root@ubuntu:~/0x01$
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand All @@ -403,7 +401,7 @@ root@ubuntu:~/$ ./102-print_comb5
00 01, 00 02, 00 03, 00 04, 00 05, 00 06, 00 07, 00 08, 00 09, 00 10, 00 11, [...] 40 91, 40 92, 40 93, 40 94, 40 95, 40 96, 40 97, 40 98, 40 99, 41 42, 41 43, 41 44, 41 45, 41 46, 41 47, 41 48, 41 49, 41 50, 41 51, 41 52, 41 53 [...] 93 95, 93 96, 93 97, 93 98, 93 99, 94 95, 94 96, 94 97, 94 98, 94 99, 95 96, 95 97, 95 98, 95 99, 96 97, 96 98, 96 99, 97 98, 97 99, 98 99
```

### Repo
### Repo :

- GitHub repository: [holbertonschool-low_level_programming](https://github.com/TheWatcher01/holbertonschool-low_level_programming/)
- Directory: [variables_if_else_while](/variables_if_else_while)
Expand Down

0 comments on commit c914b29

Please sign in to comment.