mirror of
https://github.com/devproje/devproje.git
synced 2025-04-22 11:59:51 +09:00
Update main.c
This commit is contained in:
parent
d8dd280c9b
commit
89674e066b
1 changed files with 2 additions and 2 deletions
2
main.c
2
main.c
|
@ -13,7 +13,7 @@ struct person {
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
struct person *project = malloc(sizeof(struct person));
|
struct person *project = malloc(sizeof(struct person));
|
||||||
strcpy(project->name, "Project_TL");
|
strcpy(project->name, "Project_IO");
|
||||||
strcpy(project->job, "Student, Backend Developer");
|
strcpy(project->job, "Student, Backend Developer");
|
||||||
strcpy(project->email, "me@projecttl.net");
|
strcpy(project->email, "me@projecttl.net");
|
||||||
project->age = 18;
|
project->age = 18;
|
||||||
|
|
Loading…
Reference in a new issue