8 lines
108 B
V

#include <stdio.h>
fn C.puts(&char) int
fn main() {
C.puts(c'V can call C functions like `puts` too.')
}