mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 22:08:57 -04:00
9 lines
71 B
C
9 lines
71 B
C
void stop() {}
|
|
|
|
int main()
|
|
{
|
|
stop();
|
|
// Hello World!
|
|
return 0;
|
|
}
|