An open API service indexing awesome lists of open source software.

https://github.com/g3th/c-times-table

Times Table with user input (C++ basics)
https://github.com/g3th/c-times-table

Last synced: 3 months ago
JSON representation

Times Table with user input (C++ basics)

Awesome Lists containing this project

README

          

## C++ Times Table
### Takes user input

Pick a number and it will print a times table up to 10.

No error checking for now.