mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Add pipeline CMake, source, and fetch script
This commit is contained in:
5
pipeline/includes/header.hpp
Normal file
5
pipeline/includes/header.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
int add(int a, int b) {
|
||||
return a + b;
|
||||
}
|
||||
Reference in New Issue
Block a user