markdown syntax highlight test #programing

JavaScript

(function(){
  console.log('this is hatena markdown highlight test');
})();

Go

package main

import "fmt"

func main() {
  fmt.printf("this is hatena markdown highlight test")
}