Forked from
IOCLA / tema-1-2025
32 commits behind the upstream repository.
-
Baruta Daniel Mihail authoredBaruta Daniel Mihail authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 170 B
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