mirror of
https://github.com/openfaas/faas.git
synced 2025-06-26 00:33:25 +00:00
9
sample-functions/CHelloWorld/src/main.c
Normal file
9
sample-functions/CHelloWorld/src/main.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include<stdio.h>
|
||||
|
||||
int main() {
|
||||
|
||||
printf("Hello world\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user