From d2dc14c617e274238e94f0e8fa7d86b2a311a1ea Mon Sep 17 00:00:00 2001 From: Pau Date: Tue, 15 Oct 2024 19:39:35 +0200 Subject: [PATCH] Aplicando cambios desde Visual Studio Code --- .vscode/launch.json | 7 ++++++ CONTRIBUTING.md | 5 ++++ "profiles/Pau_Lopez_Nu\303\261ez.md" | 34 ++++++++++++++++++++++++++++ scripts/hello_world_PauLopNun.java | 11 +++++++++ 4 files changed, 57 insertions(+) create mode 100644 "profiles/Pau_Lopez_Nu\303\261ez.md" create mode 100644 scripts/hello_world_PauLopNun.java diff --git a/.vscode/launch.json b/.vscode/launch.json index 8d7326548..dae5ac76c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,13 @@ { "version": "0.2.0", "configurations": [ + { + "type": "java", + "name": "hello_world_PauLopNun", + "request": "launch", + "mainClass": "hello_world_PauLopNun", + "projectName": "hacktoberfest_b5d71490" + }, { "name": "C/C++ Runner: Debug Session", "type": "lldb", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b0c41a5..789d72e47 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2850,3 +2850,8 @@ - Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering - GitHub: [op-amateur](https://github.com/op-amateur) +#### Name: [Pau](https://github.com/PauLopNun) + +- Place: Valencia, Comunidad Valenciana, Spain +- Bio: Student exploring the world of programming. Multiplatform Apps Development Course in progress. +- GitHub: [PauLopNun](https://github.com/PauLopNun) \ No newline at end of file diff --git "a/profiles/Pau_Lopez_Nu\303\261ez.md" "b/profiles/Pau_Lopez_Nu\303\261ez.md" new file mode 100644 index 000000000..d3e444118 --- /dev/null +++ "b/profiles/Pau_Lopez_Nu\303\261ez.md" @@ -0,0 +1,34 @@ +# Pau López Núñez + +### Location + +Valencia, Spain + +### Academics + +DAM (Multiplatform Aplications Development) Course duration 2 years. +Some Courses in progress on freedcodecamp. And learning alone with freecodecamp and other services. + +### Interests + +- Programming +- Videogames +- Volleyball +- Skate +- Music +- Basketball + + +### Development + +On the course we're starting using: **Java**, **HTML**, **MarkDown**, **XML**... +But focusing mainly on **Java** as a programming language and **XML** as a MarkUp Language. + + +### Projects + +I tried to create some web apps with AI included and designed some webs for friends and family but nothing too serious. + +### Profile Link + +[PauLopNun](https://github.com/PauLopNun) \ No newline at end of file diff --git a/scripts/hello_world_PauLopNun.java b/scripts/hello_world_PauLopNun.java new file mode 100644 index 000000000..3f830d403 --- /dev/null +++ b/scripts/hello_world_PauLopNun.java @@ -0,0 +1,11 @@ +// LANGUAGE: Javascript +// ENV: Node.js +// AUTHOR: Pau López Núñez +// GITHUB: https://github.com/PauLopNun + +public class hello_world_PauLopNun { + public static void main(String[] args) { + System.out.println("¡Hello World!"); + + } + } \ No newline at end of file