kostra
This commit is contained in:
parent
6c2d1fd7fe
commit
56985972ab
@ -0,0 +1,14 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#define SIZE 100
|
||||
|
||||
struct student {
|
||||
char name[SIZE];
|
||||
int votes;
|
||||
};
|
||||
|
||||
int main(){
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user