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

https://github.com/panquesito7/multiplication_tables

Shows the multiplication tables of a specified number. This is one of my first programs.
https://github.com/panquesito7/multiplication_tables

beginner cpp cpp11 easy multiplication-tables simple

Last synced: over 1 year ago
JSON representation

Shows the multiplication tables of a specified number. This is one of my first programs.

Awesome Lists containing this project

README

          

# Multiplication tables (easy/beginner)

A simple program that prints the multiplication tables of the given number.

## 💻 Building the program

### Gitpod

By running on Gitpod, you can easily build the program and play it in one single click.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Panquesito7/multiplication_tables)

### Building locally

If you don't have CMake/G++ installed, you can check this [ultimate guide](https://github.com/devstrons/heloworld/blob/main/lang/cpp.md) to building a C++ development environment.

## 🚀 Contributing

Found anything that can be improved or a bug? Feel free to create [an issue](https://github.com/Panquesito7/multiplication_tables/issues/new/choose) to get started!\
Every contribution (small or big) is greatly appreciated. Thank you for your interest. ❤️

## 📝 License

Refer to [`LICENSE.md`](LICENSE.md) for full information.