foreign-c/OLD/gauche-old/gauche-primitives.gauche.c

7 lines
49 B
C

#include <stdio.h>
int lol() {
return 1;
}