https://github.com/zipcodecore/javasmall
simple java exercises using jshell
https://github.com/zipcodecore/javasmall
Last synced: 9 months ago
JSON representation
simple java exercises using jshell
- Host: GitHub
- URL: https://github.com/zipcodecore/javasmall
- Owner: ZipCodeCore
- License: mit
- Created: 2025-02-07T15:00:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T16:34:06.000Z (11 months ago)
- Last Synced: 2025-02-07T16:38:02.735Z (11 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Small
`fork` this repository and `clone` it to your local machine.
This repository contains small Java projects and guides for beginners.
There are three markdown files that will lead you thru a series of
steps to learn some beginner Java programming.
You will use `jshell` to learn about variables, methods, and classes.
**Make sure you TYPE the snippets from the markdown files into `jshell`**.
Not typing, doing copy/paste, will not help you learn (and is cheating at this point of the course)
## Getting Started
To get started, clone this repository to your local machine:
```bash
cd ~/Projects
git clone https://github.com/ZipCodeCore/JavaSmall
```
Then, navigate to the repository:
```bash
cd JavaSmall
```
Use a browser to be able to see the markdown files.
Start with `JavaSmall.md` and follow the links to the other guides.