Skip to content
Snippets Groups Projects
hello.cc 69 B
Newer Older
#include "hello.h"

Xuefeng Ding's avatar
Xuefeng Ding committed
double add(double a, double b) { return a + b; }