mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 23:06:06 +00:00
7 lines
140 B
C
7 lines
140 B
C
![]() |
#include <stdio.h>
|
||
|
|
||
|
int main(int argc, char const *argv[]) {
|
||
|
printf("Hello world.\n"); // Set break point at this line.
|
||
|
return 0;
|
||
|
}
|