aboutsummaryrefslogtreecommitdiffstats
path: root/c/echo.c
blob: f8d51258c651fcf6b35641945b9736f4a9ac24cf (plain) (blame)
1
2
3
4
5
#include "gbos.h"
void main(void) {
    puts(getargs());
    nl();
}