9 lines
140 B
Smarty
9 lines
140 B
Smarty
#include <stdio.h>
|
|
|
|
/* Placeholder for {name}, generated by `pkh new`. */
|
|
int main(void)
|
|
{
|
|
printf("Hello from {command}!\n");
|
|
return 0;
|
|
}
|