Erythro/tests/calls.c

6 lines
82 B
C

#include <stdio.h>
int main() {
printf("%d\n", 55);
puts("more sup\n");
}