Files
the-biergarten-app/pipeline/includes/header.hpp
2026-03-24 02:10:21 -04:00

6 lines
58 B
C++

#pragma once
int add(int a, int b) {
return a + b;
}