12 lines
No EOL
140 B
C
12 lines
No EOL
140 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include "conf.h"
|
|
|
|
int main()
|
|
{
|
|
ptDate date = newDate(12,12,2023);
|
|
|
|
printDate(date);
|
|
|
|
return 0;
|
|
} |