This website requires JavaScript.
Explore
Help
Sign In
3003241
/
nim-lecture
Watch
1
Star
0
Fork
You've already forked nim-lecture
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b2fa9ad7e7
nim-lecture
/
NimWorkspace
/
Anfang.nim
5 lines
79 B
Nim
Raw
Blame
History
var
x
,
y
,
z
:
int
x
=
10
y
=
25
z
=
x
+
y
echo
"
sum of
"
,
x
,
"
and
"
,
y
,
"
is
"
,
z
Reference in New Issue
View Git Blame
Copy Permalink