psh/src/psh.c

12 lines
189 B
C

/**
* @file: src/psh.c
* @author: Jozef Nagy <schkwve@gmail.com>
* @copyright: MIT (See LICENSE.md)
* @brief: This file contains the main entry point.
*/
int main()
{
return 0;
}