mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 02:20:17 +01:00
8 lines
73 B
C
8 lines
73 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
puts("hello world!");
|
|
return 0;
|
|
}
|