afbjorklund / hello-nerd

Hello, World!

Repository from Github https://github.comafbjorklund/hello-nerdRepository from Github https://github.comafbjorklund/hello-nerd

Hello, Nerd! 🤓

Small "hello world" program:

$ ./hello.c

Build program and run program:

$ make
$ ./hello

Build image and run container:

$ nerdctl build -t hello .
$ nerdctl run --rm hello

#include <stdio.h>
int main() {
    puts("Hello, world!");
}
cat hello.txt

About

Hello, World!


Languages

Language:Dockerfile 52.7%Language:C 25.7%Language:Makefile 21.6%