mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-02-06 13:08:22 +08:00
11 lines
123 B
C
11 lines
123 B
C
|
#include <stdio.h>
|
||
|
#include "lwshell/lwshell.h"
|
||
|
#include <string.h>
|
||
|
#include <stdint.h>
|
||
|
|
||
|
int
|
||
|
main(void) {
|
||
|
|
||
|
return 0;
|
||
|
}
|