5 lines
109 B
C
Raw Normal View History

2023-02-08 01:19:46 +00:00
#include <stdio.h>
int main() {
printf("Hello World from Project Panama Baeldung Article");
return 0;
}