15 lines
421 B
C++
Executable File
15 lines
421 B
C++
Executable File
/*
|
|
File: main.cpp
|
|
Description: This is a C++ source file containing implementation code for the 'ks' library component.
|
|
Rev: 0.1
|
|
Created: [29.03.26]
|
|
Author: Uwe Jakobeit
|
|
Copyright: Binder GmbH TUT
|
|
Purpose: Just a dummy to start the project structure
|
|
Notes: [Any relevant details, such as dependencies, usage examples, or known issues.]
|
|
*/
|
|
|
|
|
|
// Entry point for the lib
|
|
int main(void)
|
|
{} |