mirror of https://github.com/dapr/docs.git
Enable debugging for Algolia
This commit is contained in:
parent
3b5fb390f0
commit
178f46e381
|
@ -5,4 +5,20 @@ linkTitle: "Getting started"
|
|||
weight: 20
|
||||
description: "Get up and running with Dapr"
|
||||
type: docs
|
||||
---
|
||||
---
|
||||
|
||||
{{< tabs C Python >}}
|
||||
{{< codetab >}}
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
||||
{{< /codetab >}}
|
||||
|
||||
{{< codetab >}}
|
||||
print "Hello World"
|
||||
{{< /codetab >}}
|
||||
{{< /tabs >}}
|
Loading…
Reference in New Issue