Solace/test.short.solace
2025-07-05 12:58:22 +02:00

3 lines
48 B
Text

fn timesTwo(x: number): number {
return x*2
}