8 lines
61 B
C
8 lines
61 B
C
|
|
||
|
#include "display_time.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
display_time();
|
||
|
}
|