Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-at-work committed Jul 16, 2019
0 parents commit c12949b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/athens-artifacts/incorrect-semantics

go 1.13
5 changes: 5 additions & 0 deletions s.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package incorrect

func Hello() string {
return "hello"
}

0 comments on commit c12949b

Please sign in to comment.