mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
5 lines
94 B
C
5 lines
94 B
C
#include <stdio.h>
|
|
int main(int argc, char** argv) {
|
|
printf("Hello, world!\n");
|
|
return 0;
|
|
}
|