1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 07:54:58 +00:00
serenity/Tests/UserspaceEmulator/test-run-ls.cpp
2021-07-14 11:26:34 +04:30

9 lines
188 B
C++

/*
* Copyright (c) 2021, Leon Albrecht <leon2002.la@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <stdlib.h>
int main() { return system("UserspaceEmulator ls"); }