mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Currently only list GCC compilers as a first step. Will add clang in a followup change. Port gcc.js to Typescript (simple renaming). Package the objectivec language support for Monaco. Add very basic example. Something more objc/objc++ specific would be better. fixes #2942 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
5 lines
93 B
Objective-C
5 lines
93 B
Objective-C
/* Type your code here, or load an example. */
|
|
int square(int num) {
|
|
return num * num;
|
|
}
|