ale/testino / src / test.c
2ba9675
snarmph ยท 2026-09-09
1#include <stdio.h>
2
3int main() {
4    puts("just some test");
5}