lesson_2 #2

Open
alexander wants to merge 8 commits from lesson_2 into master
1 changed files with 2 additions and 21 deletions
Showing only changes of commit e9026cb63d - Show all commits

View File

@ -9,6 +9,8 @@ int Student::count = 0;
int main()
{
// Exercise 1
Student students[] =
{
Student("Олег", 20, GENDER_MALE, 75.2, 2020),
@ -62,24 +64,3 @@ int main()
return 0;
}