https://github.com/sidmishraw/accmgrfjava
Toy Bank Account Management using FJava
https://github.com/sidmishraw/accmgrfjava
fjava toy toy-project
Last synced: about 1 year ago
JSON representation
Toy Bank Account Management using FJava
- Host: GitHub
- URL: https://github.com/sidmishraw/accmgrfjava
- Owner: sidmishraw
- Created: 2017-06-02T03:23:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T21:48:05.000Z (almost 9 years ago)
- Last Synced: 2025-01-15T06:48:46.211Z (about 1 year ago)
- Topics: fjava, toy, toy-project
- Language: Java
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank Account Management
----------------------------------------
Uses **FJava** with JDK8
----------------------------------------
This is a toy implementation of a bank account management system using **FJava**.
The Account balance is a Variable defined in **FJava**.
Since this application uses, **FJava**, it too is bound by the restrictions imposed by
**FJava**.
**FJava** description can be found [here](https://github.com/sidmishraw/fjava).
Please add this [jar file](https://github.com/sidmishraw/fjava/blob/master/out/artifacts/fjava/fjava.jar) to the classpath for
successfully build the project.
The [jar file](https://github.com/sidmishraw/fjava/blob/master/out/artifacts/fjava/fjava.jar) has the **FJava** library.
##### MIN JDK: JDK8