summaryrefslogtreecommitdiff
path: root/tests/actions/addon/custom-template/templates/c/customaddon/hello/src/main.c
blob: 115a2a792b0790b2554bf79f1364a5e8e857732d (plain)
1
2
3
4
5
6
#include <stdio.h>

int main(int argc, char** argv) {
    printf("hello from the custom-template addon!\n");
    return 0;
}