Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2426,4 +2426,9 @@ Noida
#### Name: [Ítalo Epifânio](https://github.com/itepifanio)
- Place: Natal, Brazil
- Bio: Web developer PHP and Python
- Github: [Ítalo Epifânio](https://github.com/itepifanio)
- Github: [Ítalo Epifânio](https://github.com/itepifanio)
-
#### Name: [Emerson Braun](https://github.com/EmersonBraun)
- Place: Curitiba, Brazil
- Bio: Software Architect
- Github: [Emerson Braun](https://github.com/EmersonBraun)
23 changes: 23 additions & 0 deletions profiles/Emerson_Braun.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Emerson Braun

### Location

Curitiba, Paraná, Brazil

### Academics

Bachelors Degree, Software Engineering, UniCesumar University

### Interests

- Code.
- Anime.
- Rock.

### Projects

- [AWS Cheatsheet](https://emersonbraun.github.io/aws-cheatsheet/) - Your ultimate AWS certification preparation guide with structured service insights.

### Profile Link

[Emerson Braun](https://github.com/Emerson Braun)
13 changes: 13 additions & 0 deletions scripts/hello_World_Emerson_braun.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
# LANGUAGE: Bash
# AUTHOR: Emerson Braun
# GITHUB: https://github.com/EmersonBraun
#
# This script takes the name of the user as an input
# and greets them after that.

echo "Please enter your name:"
read name

echo "Hello, $name!"
echo "Welcome to the world of programming!"