Untitled

 avatar
unknown
plain_text
a year ago
384 B
6
Indexable
// Online C++ compiler to run C++ program online
#include <iostream>
using namespace stdio;
namespace Natyra{
    enum Ngjyra{
        Red,White,Black,Green
    }
    enum Stinet{
        Spring,Summer,Autumn,Winter
    }
    enum Dite_jave{
        Monday,Tuesday,Wednesday,
    
    }
}

int main() {
    // Write C++ code here
    std::cout << "Try programiz.pro";

    return 0;
}
Editor is loading...
Leave a Comment