Updated functions

This commit is contained in:
Magnus Åhall 2023-08-23 09:40:25 +02:00
parent 2d8acab8a8
commit 39c543ef1d

View File

@ -1,5 +1,5 @@
package mikrotik package mikrotik
func test() int { func Test() int {
return 137 return 137
} }