Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
code-raisan committed May 18, 2022
1 parent d097ce8 commit 26ede74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ package main

var defalt string = "\u001b[0m"

func main() {
print("hello")
}

func Red(text string) string {
result := "\u001b[31m" + text + defalt
return result
Expand Down

0 comments on commit 26ede74

Please sign in to comment.