Skip to content

Commit

Permalink
carmen: add carmen/main.go
Browse files Browse the repository at this point in the history
Change-Id: I8bb189efb00d591f40901206e7ce18bfe3005467
Reviewed-on: https://go-review.googlesource.com/48952
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
Lyoness authored and bradfitz committed Jul 15, 2017
1 parent de3ff8b commit 08173b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions carmen/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// 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("WASSUP NERDS")
}

0 comments on commit 08173b7

Please sign in to comment.