mirror of
https://github.com/proot-me/proot.git
synced 2025-08-28 16:43:49 +02:00
7 lines
83 B
C
7 lines
83 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
puts(argv[0]);
|
|
return 0;
|
|
}
|