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

https://github.com/gozeloglu/pizza-store-simulation

Spring 2017-2018
https://github.com/gozeloglu/pizza-store-simulation

Last synced: about 19 hours ago
JSON representation

Spring 2017-2018

Awesome Lists containing this project

README

          

# Pizza Store Simulation

This program has been implemented in Java language.

# RUN

`$ javac *.java`

`$ java Main `

The program creates the `output.txt` file after execution.

Decorator Pattern and Data Access object have been used while implementing this project.