mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
6 lines
66 B
C
6 lines
66 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello, world!\n");
|
|
}
|