PabloolbaP
Published © CC BY-SA

Hello World C/C++

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

BeginnerProtip6 minutes613
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

PabloolbaP

1 project • 0 followers

Comments