14 lines
205 B
C
14 lines
205 B
C
/**
|
|
* @file websh.c
|
|
* @author Tobias Eidelpes <e01527193@student.tuwien.ac.at>
|
|
* @date 2018-04-16
|
|
*
|
|
* @brief Formats program output for the web.
|
|
*/
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
|
|
return 0;
|
|
}
|