Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How can I do a multiple-file project in Swift?

+8 votes
asked Feb 28, 2025 by Steven Dubin (Steve) (200 points)
I see that OnlineGDB supports multiple-file projects for some languages, including C. But C uses .h files to help resolve external references. How can I do the same type of thing in Swift?

Thanks!

1 Answer

0 votes
answered Mar 15, 2025 by abhiram rangavajhala (810 points)
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...