Skip to content

Commit 58dd123

Browse files
HIghlight the important message
1 parent ef34365 commit 58dd123

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CritLang/bin
22
CritLang/obj
3-
.vs
3+
.vs
4+
crit.exe

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## What is Crit?
44
Crit is a interpreted dynamic programming language made with C# and [ANTLR4](https://www.antlr.org/) made just because I can.
55
This language is still very experimental and is no were to be used for production.
6-
Why the name? Because in League of Legends, no crit = no bitches.
6+
Why the name? Because in League of Legends, **no crit = no bitches**.
77
The syntax is somewhat similar to Golang's syntax.
88

99

0 commit comments

Comments
 (0)