hello_world.c 343 B

123456789
  1. #include "elea_tipi.h"
  2. const carattere hello_world[] = {
  3. 1, 1, 0, 0, 1, 11, 6, 16, /* 11 0017 # Φ */
  4. 0, 41, 41, 41, 41, 41, 6, 0, /* 0X XXXX # 0 */
  5. 31, 24, 55, 55, 57, 40, 57, 60, 55, 20, /* HELLO WORLD */
  6. };
  7. const int hello_world_lunghezza = sizeof(hello_world) / sizeof(carattere);