Skip to content
Snippets Groups Projects
user avatar
Baruta Daniel Mihail authored
9b0410a7
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