mirror of
https://git.tesses.org/tesses50/crosslangextras.git
synced 2026-06-01 18:35:32 +00:00
Change to onedev
This commit is contained in:
5
Templates/lib/src/mylib.tcross
Normal file
5
Templates/lib/src/mylib.tcross
Normal file
@@ -0,0 +1,5 @@
|
||||
/^ Multiply two numbers ^/
|
||||
func MyLib.Times(a,b)
|
||||
{
|
||||
return a * b;
|
||||
}
|
||||
Reference in New Issue
Block a user