mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Yet another great code spellchecker: https://github.com/crate-ci/typos/ (Will be added later as a `pre-commit` hook)
7 lines
67 B
C
7 lines
67 B
C
#include "FrameworkExample.h"
|
|
|
|
int FortyTwo(void)
|
|
{
|
|
return 42;
|
|
}
|