Golang

Table of Contents

1. Org Babel Base

package main

import (
        "fmt"
)

func main(){
        fmt.Println("org babel base")
        return
}
org babel base
Tags::golang: