4 lines
48 B
Nim
4 lines
48 B
Nim
|
|
proc myFunc*() =
|
|
echo "Executing my func"
|
|
|
|
|
proc myFunc*() =
|
|
echo "Executing my func"
|
|
|