Skip to content

Commit

Permalink
First Add
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed Mar 14, 2020
1 parent 41037b8 commit 4a1c273
Show file tree
Hide file tree
Showing 3 changed files with 10,006 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/*
5 changes: 5 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main

func main() {
print("ciao")
}
Loading

0 comments on commit 4a1c273

Please sign in to comment.