Skip to content
Snippets Groups Projects
user avatar
Mihai Baruta authored
d96bc718
History
Name Last commit Last update
checker
src
.gitlab-ci.yml
Dockerfile
README.md
local.sh

Perfect assignment

Write a program that given a number as input argument prints the corespondig number of 1s on standard output.

E.g:

$> ./binary 3
1 1 1