Files

5 lines
128 B
C++

#include <stdio.h>
void print_hello_world_v1() { printf( "hello v1" ); }
void print_hello_world_v2() { printf( "hello v2" ); }