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.
- Host: GitHub
- URL: https://github.com/panquesito7/multiplication_tables
- Owner: Panquesito7
- License: mit
- Created: 2020-07-21T23:19:14.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T01:49:12.000Z (over 2 years ago)
- Last Synced: 2025-02-02T02:11:08.228Z (over 1 year ago)
- Topics: beginner, cpp, cpp11, easy, multiplication-tables, simple
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
[](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.