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

https://github.com/qomaindo-dev/gomodulus


https://github.com/qomaindo-dev/gomodulus

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Go modulus and Input value from terminal

A simple example of using modulus in golang is to enter a value through the terminal.

## Running

```golang
go run main.go
```

## Output
```golang
Input Panjang Angka:
15
Input Kelipatan Ke-1:
3
Input Kelipatan Ke-2:
5
******Hasil******
1
2
TIKI
4
TAKA
TIKI
7
8
TIKI
TAKA
11
TIKI
13
14
TIKI-TAKA
```