Welcome to WordPress! This is your first post. Edit or delete it to take the first step in your blogging journey.

Informatik
Grundbog til faget Informatik C på de gymnasiale uddannelser. Undervisningsmaterialet tager udgangspunkt i 5 undervisningsforløb i Internet & sikkerhed, Computervidenskab & AI, Databaser, Interaktionsdesign & innovation samt Programmering.
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar(‘!*n’);
}
a ‘hell’;
b ‘o, w’;
c ‘orld’;
Brian Kernighan: A Tutorial Introduction to the Language B (1972)
Welcome to WordPress! This is your first post. Edit or delete it to take the first step in your blogging journey.