Hello, World

<div class="api-method"><div class="api-method-definition"><p>== My first method</p> <p>My first method exposes how to print a message in JavaScript and Go.</p> </div><div class="api-method-code"><div class="api-method-sample" data-lang="Javascript" data-name="JAVASCRIPT"><p>Here is how to print a message to <code>stdout</code> using JavaScript.</p> <pre><code class="lang-js">console.log('My first method'); </code></pre> </div><div class="api-method-sample" data-lang="Go" data-name="GO"><p>Here is how to print a message to <code>stdout</code> using Go.</p> <pre><code class="lang-go">fmt.Println("My first method") </code></pre> </div><div class="api-method-example"><p>Whatever language you are using, the result will be the same.</p> <pre><code class="lang-bash">$ My first method </code></pre> </div></div></div>

results matching ""

    No results matching ""