mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 04:55:50 -04:00
7 lines
121 B
C
7 lines
121 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char const *argv[]) {
|
|
printf("Hello world.\n"); // break here
|
|
return 0;
|
|
}
|