An open API service indexing awesome lists of open source software.

https://github.com/devlights/try-java

This is my TUTORIAL project for Java.
https://github.com/devlights/try-java

java tutorial

Last synced: about 2 months ago
JSON representation

This is my TUTORIAL project for Java.

Awesome Lists containing this project

README

        

# try-java

[![CodeFactor](https://www.codefactor.io/repository/github/devlights/try-java/badge)](https://www.codefactor.io/repository/github/devlights/try-java)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/devlights/try-java)

This is my TUTORIAL project for Java.

# Environments

```sh
gitpod /workspace/try-java $ java -version
Picked up JAVA_TOOL_OPTIONS: -Xmx1879m
openjdk version "11.0.10" 2021-01-19 LTS
OpenJDK Runtime Environment Zulu11.45+27-CA (build 11.0.10+9-LTS)
OpenJDK 64-Bit Server VM Zulu11.45+27-CA (build 11.0.10+9-LTS, mixed mode)
```

# How to run

```sh
$ make
```