Untitled

 avatar
unknown
plain_text
a year ago
263 B
4
Indexable
#include <stdio.h>
namespace Natyra{
  enum Ngjyra{
      RED, WHITE, BLACK, GREEN
  }
  enum Stina{
    SPRING, SUMMER, AUTUMN, WINTER
  }
  enum Dire_jave{
    MONDAY, TUESDAY, WENSDAY
  }
  
}
using namespace studio:
int main()
{
    printf("Hello, World!");
}
Editor is loading...
Leave a Comment