#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}
Updating Rust's Linux musl targets to 1.2.5
3 days ago
Miscellaneous Computer Code
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}
I'm assuming you did this by hand in vim or something. Do you know if there's a semi-decent c/c++ ide for linux?
ReplyDeleteI haven't done any serious C/C++ work on Linux, so I tend to use a text editor and the command line. This Wikipedia article might help your search: Comparison of IDEs.
ReplyDeleteHeh. I should have thought that. Thanks for the link :).
ReplyDelete