mirror of
https://github.com/danog/gllvm.git
synced 2024-11-30 08:29:00 +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");
|
||
|
|
||
|
}
|