mirror of
https://github.com/openfaas/faas.git
synced 2025-06-16 21:06:54 +00:00
10 lines
76 B
C
10 lines
76 B
C
#include<stdio.h>
|
|
|
|
int main() {
|
|
|
|
printf("Hello world\n");
|
|
|
|
return 0;
|
|
}
|
|
|