Skip to content

Commit

Permalink
Add a feature for Question/Answer from user
Browse files Browse the repository at this point in the history
  • Loading branch information
sinalalebakhsh committed Oct 27, 2023
1 parent bb8a577 commit 2b9e877
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,27 +204,27 @@ map slice

You can use this command before start:

#### ============ Run
#### ◉ Run
go run .

#### ============ Build
#### ◉ Build
go build .
than:
./Gocron

#### ============ Help
#### ◉ Help
./Gocron -h
./Gocron help
./Gocron -help
./Gocron --help

#### ============ Show All
#### ◉ Show All
./Gocron all
./Gocron -all
./Gocron --all


### if just write one input you get all about that:
### if just write one input you get all about that:
READING AND WRITING DATA
READINGANDWRITINGDATA
ALL READING AND WRITING DATA
Expand Down Expand Up @@ -254,4 +254,12 @@ You can use this command before start:
ALL CREATING HTTP CLIENTS
ALLCREATINGHTTPCLIENTS

### ◉ v1.0.28
🌈 Add a feature for Question/Answer from user 🌈
### example after run Gocron:
operator 1 question
### result is this:
The cars are produced on an assembly line. The assembly line has a certain speed, that can be changed. The faster the assembly line speed is, the more cars are produced. However, changing the speed of the assembly line also changes the number of cars that are produced successfully, that is cars without any errors in their production. Implement a function that takes in the number of cars produced per hour and the success rate and calculates the number of successful cars made per hour. The success rate is given as a percentage, Note: the return value should be a float64, from 0 to 100:
another example after run Gocron:

🌎🌏🌐🏀⚾🥎🏐🟠🟡🟢🔵🟣🟤🔘🍘🥘🫓🏵🐻🍑🍊🍈🌳❤️🎾🏕🏜🍺🫖🎳🎖🥇🥈🥉🎃🔥💧⭐🌟🏎🏍🚂🟥🟧🟨🟩🟦🟪🟫🔶🔷💠🔆⏹🛡🔒📌🗂📂💰📔📕📖📗📘📙📚📓📒💍🎨

0 comments on commit 2b9e877

Please sign in to comment.