Quick actions

cmd+k|ctrl+k

Navigation

Languages

Raku_module

Snippet info

Language

Raku

Visibility

unlisted

Author

legacy-anonymous

Created

2021-12-07T14:50:05.417379Z

Updated

2021-12-07T14:50:05.417379Z

use lib $*PROGRAM.dirname;
use TestMod;

say add(8,9)
INFO