This commit is contained in:
Magnus Åhall 2023-08-23 09:33:02 +02:00
commit 2d8acab8a8

5
script.go Normal file
View File

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