Files
antelope/examples/basic/hello.c
T
2026-07-28 22:17:49 -04:00

8 lines
91 B
C

#include <stdio.h>
int main(void)
{
printf("Hello from Antelope!\n");
return 0;
}