Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed Pull Request #3186

Closed
wants to merge 1 commit into from
Closed
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: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
34 changes: 34 additions & 0 deletions profiles/Pau_Lopez_Nuñez.md
Original file line number Diff line number Diff line change
@@ -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)
11 changes: 11 additions & 0 deletions scripts/hello_world_PauLopNun.java
Original file line number Diff line number Diff line change
@@ -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!");

}
}
Loading