Scripts posted recently tagged to hello in Kelpi

1- 3 of 3.

Hello World in C-AL

to c-al hello world by nando.quintana

OBJECT Codeunit 50000 HelloWorld
{
  PROPERTIES
  {
    OnRun=BEGIN

Hola mundo desde ring 0

to LKM hello world!! by kelpi

/*
*
*  Para compilarlo:
*  Makefile:
*  obj-m := fent.o

Hola mundo en ensamblador para Linux/x86

to hello world asm assembler ensamblador x86 i386 Linux by txipi

section        .data
msg     db      'Hello, world!', 0Ah    ;message
len     equ     $ - msg                 ;length
section        .text
global _start
hits counter