# **Task 1: STORY**
> A small restaurant wants to have an app to print a payment receipt, the resto has a dot matrix printer. While you developing the app to print that receipt, you have to make sure every input and output working as expected when printing the receipt by following the required parameters of dot matrix printer.
## **How To Run??**
* Clone the repository
* cd Q1 folder
* Run program with type node index.js
## **Expected Input:**
>Simple app, you can just make it running on command line, no fancy here, just must have there inputs:
1. Input resto name
2. Input date of print
3. Input cashier name
4. Input item and price, for this can be multiple times input until the user said exit.
## **Expected Output:**
- Warung Makan Sederhana
- Tanggal : 2020/12/2020 15:30:00
- Nama Kasir : {{YourName}}
- ===========================
- Nasi...................Rp5.000
- Lauk...................Rp10.000
- Minum...................Rp5.000
- Total...................Rp20.000