Untitled

 avatar
unknown
plain_text
2 years ago
133 B
4
Indexable
#include <string>
#include <iostream>
using namespace std;

struct Employee
{
};

int main()
{
	Employee employees[7];
}
Editor is loading...