mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 21:04:38 +01:00
9 lines
94 B
C
9 lines
94 B
C
#include <stdio.h>
|
|
|
|
|
|
int main(int argc, char *argv[]) {
|
|
|
|
fprintf(stdout, "hello world");
|
|
|
|
}
|