mirror of
https://github.com/cetic/unikernels.git
synced 2024-12-26 08:13:26 +07:00
7 lines
83 B
C++
7 lines
83 B
C++
|
#include <os>
|
||
|
|
||
|
void Service::start()
|
||
|
{
|
||
|
printf("IncludeOS firewall booted up");
|
||
|
}
|