blob: 8567a6d902df2ebd96444127fa487df7c2f1cf62 [file] [log] [blame]
Martynas Budriūnas8fc99162017-07-15 11:41:43 -06001// Copyright 2017 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package main
6
7import "fmt"
8
9func main() {
Martynas Budriūnasebb8bf22017-07-15 12:05:49 -060010 fmt.Println("Sveikas, pasauli!")
Martynas Budriūnas8fc99162017-07-15 11:41:43 -060011}