-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# dolarhoje | ||
|
||
Comando simples que diz quanto está valendo U$ 1 dolar hoje em R$. | ||
|
||
### Uso | ||
|
||
``` | ||
->$ dolarhoje | ||
R$ 3,27 | ||
``` | ||
|
||
``` | ||
->$ dolarhoje 6000 | ||
R$ 19.617,60 | ||
``` | ||
|
||
## License | ||
|
||
Licensed under <a href="http://krolow.mit-license.org/">The MIT License</a> | ||
Redistributions of files must retain the above copyright notice. | ||
|
||
## Author | ||
|
||
Vinícius Krolow - krolow[at]gmail.com |