Last active
December 19, 2018 06:37
-
-
Save lsiddiqsunny/f2c9d234e5aa19917ebb12f0d2e2e7f8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "types.h" | |
#include "user.h" | |
int main(void){ | |
printf(1,"%d",getmyage()); | |
exit(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment