From 178f46e38106a35792f1a545ae228c0e7995e127 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Mon, 12 Oct 2020 22:00:55 -0700 Subject: [PATCH] Enable debugging for Algolia --- daprdocs/content/en/getting-started/_index.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/_index.md b/daprdocs/content/en/getting-started/_index.md index 4dc9b12eb..a7eb069cc 100644 --- a/daprdocs/content/en/getting-started/_index.md +++ b/daprdocs/content/en/getting-started/_index.md @@ -5,4 +5,20 @@ linkTitle: "Getting started" weight: 20 description: "Get up and running with Dapr" type: docs ---- \ No newline at end of file +--- + +{{< tabs C Python >}} +{{< codetab >}} +#include + +int main(int argc, char *argv[]) +{ + printf("Hello World\n"); + return 0; +} +{{< /codetab >}} + +{{< codetab >}} +print "Hello World" +{{< /codetab >}} +{{< /tabs >}} \ No newline at end of file