Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 388 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 388 Bytes

Description

This simple code written with NASM doubles every vowel in every word using only system calls (without C-functions).

Way to input and output the data

Input - file.
Output - console.

Way to transfer the parameters

Through environment variables.

P. S.:
This program was made with make-utility. The input data is in the file "file.txt".