Vibeset

C

C is minimal, fast and close to the hardware. Unix, Linux, Windows and most modern languages were built on it. It gives total control over memory, with the responsibility that entails.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

#include <stdio.h>
int main() {
  printf("¡Hola, mundo!\n");
  return 0;
}