PabloolbaP
Published © CC BY-SA

Hello World C/C++

It's the typical hello world in C or C++.

BeginnerProtip6 minutes620
Hello World C/C++

Things used in this project

Software apps and online services

CodeBlocks

Story

Read more

Code

Hello word C/C++

C/C++
#include <stdio.h>
#include <stdlib.h>
int main()
{
    printf("Hello word\n");
    return 0;
}

Credits

PabloolbaP
1 project • 0 followers
Contact

Comments

Please log in or sign up to comment.