8 lines
77 B
C
Raw Normal View History

2023-07-02 19:51:09 +02:00
#include <stdio.h>
int main()
{
printf("Hello, World!\n");
return 42;
}