speedcat/test.c
Slendi def0e2b8e0 Remove binary
Signed-off-by: Slendi <slendi@socopon.com>
2024-02-29 14:23:13 +02:00

8 lines
108 B
C

#include <stdio.h>
#include <stdint.h>
int32_t put_i32(int32_t x) {
printf("%d\n", x);
return 0;
}