mirror of
https://github.com/SRI-CSL/gllvm
synced 2026-06-08 12:28:35 +00:00
9 lines
94 B
C
9 lines
94 B
C
#include <stdio.h>
|
|
|
|
|
|
int main(int argc, char *argv[]) {
|
|
|
|
fprintf(stdout, "hello world");
|
|
|
|
}
|