Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 170 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 170 Bytes

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