G. De Mitri

115
reputation
10

what you love to do?

#include <iostream>
    
    int main() 
    {
    std::cout<<"this is what I love to do";
    return 0;
    }