mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 15:12:40 +02:00
8 lines
72 B
C
8 lines
72 B
C
#include <stdio.h>
|
|
|
|
public void main()
|
|
{
|
|
printf("Hello World \n");
|
|
}
|
|
|