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