Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 300 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 300 Bytes

Multiply

This is a sample exercise. The assignment is:

Write a makefile that creates a program called "main.exe", that receives two numbers through standard input and outputs their product to standard output.

A sample solution is in this GitHub repo: https://github.com/ereltest/multiply.git