mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
Initial commit with project skeleton
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// TODO: Do something useful here!
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello, world!" << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user