4 lines
63 B
Swift
Raw Normal View History

2024-07-09 14:46:46 +02:00
public func exported() -> Int { return 32 }
2023-05-23 16:38:00 +02:00
print(exported())