Sign in
go
/
scratch
/
93ff3df064b55ee859d58ee3af5a6df18c83c726
/
.
/
aashishkarki
/
main.go
blob: 4692dbd470d1a15c4377aafd7738677b0600dbdf [
file
] [
log
] [
blame
]
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import "fmt"
func main() {
fmt.Println("Hey there! This is Aashish!")
}