https://github.com/jaganathanb/student_grade_golang
A simple console based student grade system written in Go lang
https://github.com/jaganathanb/student_grade_golang
Last synced: about 1 month ago
JSON representation
A simple console based student grade system written in Go lang
- Host: GitHub
- URL: https://github.com/jaganathanb/student_grade_golang
- Owner: jaganathanb
- License: mit
- Created: 2019-08-02T13:31:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T13:40:25.000Z (almost 6 years ago)
- Last Synced: 2024-05-28T23:00:51.117Z (12 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# student_grade_golang
A simple console based student grade system written in Go lang## Build
Run the below command in root folder
```
go build .\student_grade.go
```## Run
To run the application, type the below command
```
.\student_grade.exe -sname "Student name here" -tname "Tutor name here" -nsubs -marks "Markobtained/TotalMark"
```## Example
```
.\student_grade.exe -sname "Jagan" -tname "Sooraj" -nsubs 3 -marks "60/100 35/100 56/100"
```