somake/example/world.c
2016-08-21 23:34:14 +02:00

9 lines
81 B
C

#include "world.h"
#include <stdio.h>
void print_world()
{
puts("World!");
}