commit
This commit is contained in:
parent
244151ff0e
commit
c71dcffdf6
4 changed files with 57 additions and 6 deletions
7
main.c
7
main.c
|
@ -4,9 +4,12 @@
|
|||
|
||||
int main()
|
||||
{
|
||||
ptDate date = newDate(12,12,2023);
|
||||
ptConf confChain = newConfChain();
|
||||
|
||||
printDate(date);
|
||||
addConf(confChain, "test", "tesst", 21, 120, 2023);
|
||||
|
||||
printf("title : %s\nspeaker : %s\n", confChain -> title, confChain -> speaker);
|
||||
printDate(confChain -> date);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue