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