2023-02-08 01:19:46 +00:00

5 lines
109 B
C

#include <stdio.h>
int main() {
printf("Hello World from Project Panama Baeldung Article");
return 0;
}