We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7430d06 commit aadea3dCopy full SHA for aadea3d
.gitattributes
@@ -1 +1 @@
1
-*.bs linguist-language=Zig text=auto eol=lf
+*.bs linguist-language=Rust text=auto eol=lf
README.md
@@ -14,10 +14,15 @@ convenient and powerful syntax.
14
15
</div>
16
17
+BlueScript claims to give the developer a comfortable, simple and effective programming
18
+language, with a modern and simple syntax.
19
+
20
+BlueScript exists to improve script development with Lua.
21
22
## The most basic example: "Hello World!"
23
24
```rs
25
fn main() {
- println("Hello World!")
26
+ println("Hello World!");
27
}
28
```
0 commit comments