blob: b1c56a7ef9ffab02a538507335beb688f3da9c83 [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.
// The main package states how awesome Deepali is.
package main
import "fmt"
func main() {
fmt.Println("Deepali is awesomeeeee :-)")
}