mirror of
https://github.com/Tilo-K/tstd.git
synced 2026-01-11 07:11:00 +00:00
7 lines
101 B
C
7 lines
101 B
C
#include "include/library.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
void hello(void) {
|
|
printf("Hello, World!\n");
|
|
} |