Skip to content

Commit

Permalink
Add contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdalrahman-Alhamod committed Jul 11, 2023
1 parent d3af861 commit 30d8fd8
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 33 deletions.
63 changes: 30 additions & 33 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@

import static java.lang.Double.parseDouble;

/**
* Author :
* <pre>
*
* /$$$$$$ /$$ /$$ /$$ /$$ /$$ /$$
* /$$__ $$| $$ | $$ | $$ | $$| $$$ /$$$
* | $$ \ $$| $$$$$$$ /$$$$$$$ | $$ | $$| $$$$ /$$$$
* | $$$$$$$$| $$__ $$ /$$__ $$ | $$$$$$$$| $$ $$/$$ $$
* | $$__ $$| $$ \ $$| $$ | $$ | $$__ $$| $$ $$$| $$
* | $$ | $$| $$ | $$| $$ | $$ | $$ | $$| $$\ $ | $$
* | $$ | $$| $$$$$$$/| $$$$$$$ | $$ | $$| $$ \/ | $$
* |__/ |__/|_______/ \_______//$$$$$$|__/ |__/|__/ |__/
* |______/
*
* </pre>
* Contact me :<br>
* <a href="mailto:abd.alrrahman.alhamod@gmail.com">E-mail</a><br>
* <a href="https://github.com/Abdalrahman-Alhamod">Github</a><br>
* <a href="https://www.linkedin.com/in/abd-alrrahman-alhamod/">LinkedIn</a><br>
* <a href="https://www.facebook.com/profile.php?id=100011427430343">Facebook</a>
*/
public class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
Expand Down

0 comments on commit 30d8fd8

Please sign in to comment.