> For the complete documentation index, see [llms.txt](https://nissan-goldberg.gitbook.io/java101/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nissan-goldberg.gitbook.io/java101/master.md).

# Welcome

```java
public class Main {
    public static void main(String[] args) {
        System.out.println("Welcome 👋 to Java 101 - Ariel");
    }
}
```

## By Nissan Goldberg

### In collaboration with: Leora Schmerler, Revital Marbel and Elizebeth Itzkovich
