mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +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;
|
|
}
|