This website requires JavaScript.
Explore
Help
Register
Sign In
edg-l
/
edlang
Watch
1
Star
1
Fork
You've already forked edlang
0
mirror of
https://github.com/edg-l/edlang.git
synced
2024-11-09 17:48:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0d39a300f5
edlang
/
lib
/
edlang_driver
/
tests
/
programs
/
simple.ed
10 lines
113 B
Rust
Raw
Normal View
History
Unescape
Escape
fix: fix tests
2024-03-13 11:24:40 +00:00
pub
fn
main
(
argc
:
i64
)
->
i64
{
let
mut
a
:
i64
=
0
;
feat: better cli and add tests
2024-02-14 07:53:47 +00:00
fix: fix tests
2024-03-13 11:24:40 +00:00
if
argc
>
2
{
a
=
1
;
feat: better cli and add tests
2024-02-14 07:53:47 +00:00
}
fix: fix tests
2024-03-13 11:24:40 +00:00
return
a
;
feat: better cli and add tests
2024-02-14 07:53:47 +00:00
}
Reference in a new issue
Copy permalink