commit
This commit is contained in:
commit
244151ff0e
4 changed files with 54 additions and 0 deletions
12
main.c
Normal file
12
main.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include "conf.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
ptDate date = newDate(12,12,2023);
|
||||
|
||||
printDate(date);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue