#ifndef cs20203_h_
#define cs20203_h_

#include <common.h>

char *cs20203_name();

void cs20203_game();

#endif