mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
7 lines
107 B
C
7 lines
107 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char const *argv[]) {
|
|
printf("Hello world.\n");
|
|
return 0;
|
|
}
|