mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
5 lines
57 B
C
5 lines
57 B
C
#include <stdio.h>
|
|
|
|
void extra() {
|
|
printf("PASS\n");
|
|
}
|