mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-18 23:35:51 +00:00
7 lines
65 B
C
7 lines
65 B
C
#include <stdio.h>
|
|
|
|
void main()
|
|
{
|
|
printf("Hello World\n");
|
|
}
|