Enable debugging for Algolia

This commit is contained in:
Aaron Crawfis 2020-10-12 22:00:55 -07:00
parent 3b5fb390f0
commit 178f46e381
1 changed files with 17 additions and 1 deletions

View File

@ -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 >}}