Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • winfo-fse-ss22/fermat-primality-test
1 result
Show changes
Commits on Source (2)
......@@ -6,4 +6,7 @@ This small go program tests numbers for primality using the fermat primality tes
Simply start the program with:
```bash
go run cmd/fermatprimalitytest/main.go
```
\ No newline at end of file
```
## Acknoledgements
The ci pipeline is based on [onniegane.kiwi](https://ronniegane.kiwi/blog/2019/06/18/go-gitlab/)s example.
\ No newline at end of file