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