mirror of
https://github.com/ziglang/zig.git
synced 2025-12-18 04:03:14 +00:00
8 lines
81 B
C
8 lines
81 B
C
#include <stdio.h>
|
|
|
|
char world[] = "world";
|
|
|
|
char* hello() {
|
|
return "Hello";
|
|
}
|