Advertisement
gluk47

main.cpp

Feb 3rd, 2023
775
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.39 KB | None | 0 0
  1. // Можно положить вместе с Makefile в tasks/multiplication,
  2. // собрать программу через `make`
  3. // и произвольным кодом внутри main тестировать или ловить баги санитайзерами
  4.  
  5. #include "multiplication.h"
  6.  
  7. #include <iostream>
  8.  
  9. using std::cout;
  10.  
  11. int main() {
  12.     cout << Multiply(1, 2);
  13. }
  14.  
Advertisement
Comments
  • jamesphlo
    1 year
    # text 0.37 KB | 0 0
    1. Super site! I am Loving it!! Will return once more. I'm taking your sustenance in addition. Thanks
    2. Thanks for sharing this information. I really like your blog post very much. You have really shared a informative and interesting blog post with people.
    3. This is a great inspiring article.I am pretty much pleased with. <a href="https://www.wallpaperflare.com/">wallpaper flare</a>
    4.  
Add Comment
Please, Sign In to add comment
Advertisement