7 lines
90 B
C++
7 lines
90 B
C++
// vim: set noet ts=4 sw=4:
|
|
|
|
#include "appl.h"
|
|
|
|
void Application::action() { // NOLINT
|
|
}
|