// Copyright (c) 2013 GPMGo Members. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package main
import (
"fmt"
)
func testGPM() {
fmt.Println("gpm v0.1.4 Build 0522")
}