8 lines
120 B
C
8 lines
120 B
C
#include "libpandory.h"
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(void) {
|
|
libpandory_lefcheck();
|
|
return 0;
|
|
}
|