DEV Community

Cover image for Hello world in C
OKello Daniel Chris
OKello Daniel Chris

Posted on

Hello world in C

Introduction

The C language is a really easy language, am gonna show you how to
write hello world aujourd'hui

names ages
juma 23
danny 19

heading 2

afsd jklfh ajkhs djkfh ajkdsjk;af

  1. list item 1
  2. list item 2
  • sajfds
  • afdhfjs
  • akldjfkl

En francais

Le C lang est tre facile lang, je vais montrez-vous comme ecrire hello world aujourd'hui

#include <stdio.h>

int main() {
 printf("Hello world");
}

Et voila ...


Enter fullscreen mode Exit fullscreen mode

si vous peux voir mon website vous visitez label

Top comments (0)