toaruos/apps/true.c

12 lines
248 B
C

/**
* @brief true - Return success code
*
* @copyright
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2018 K. Lange
*/
int main() {
return 0;
}