herry89
Beginner Level 2
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 05:18 PM in
Galaxy Note
Hello world 🌎
1 Comment
ㅤ
Expert Level 5
Options
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2022 05:23 PM (Last edited 08-23-2022 05:24 PM ) in
Galaxy Note
#include
int main() {
printf("Hello World!");
return 0;
}
(Output)
Hello World!
int main() {
printf("Hello World!");
return 0;
}
(Output)
Hello World!
