mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
5 lines
93 B
C
Vendored
5 lines
93 B
C
Vendored
#include<stdio.h>
|
|
|
|
void hello_world() {
|
|
printf("Hello world from external function!");
|
|
}
|