This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
| /* | |
| * University of Brasilia - Brazil, UnB | |
| * Software Engineering | |
| * Created by Erick Giffoni in 2020 . | |
| * Copyright © 2020 Erick Giffoni . All rights reserved. | |
| */ | |
| #include <stdio.h> | |
| #define tamanho 50000 |
| #include <stdio.h> | |
| /* This program shows a specified number of Fibonacci's sequence, | |
| out of the input from the user, which is that number's position. | |
| */ | |
| // Code made by Erick Giffoni | |
| // contact : [email protected] | |
| // github : https://github.com/ErickGiffoni | |
| // linkedin : https://www.linkedin.com/in/erick-giffoni-022565167/ | |
| // Copyright © 2018 Erick Giffoni . All rights reserved. |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks