mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-07 03:31:40 +00:00
7 lines
60 B
C
7 lines
60 B
C
#include <stdio.h>
|
|
|
|
void par (void)
|
|
{
|
|
printf ("par\n");
|
|
}
|