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

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

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"
```