woj-server/resource/runner/problem/example/judge/gadget.c

4 lines
126 B
C

#include<stdio.h>
void construct() __attribute__((constructor(101)));
void construct() { puts("Greetings from gadgets..."); }