2024-07-09 14:46:46 +02:00

4 lines
63 B
Swift

public func exported() -> Int { return 32 }
print(exported())