UT MolBioSci '26
[nsfw] this page is very much 18+; minors do NOT interact
All interactions are by me and are reflective of myself only; they do not reflect UT Austin in any capacity.
int main()
{
printf(“heya!”)
return 0
}
morg@mbp(master)$ clang greet.c
morg@mbp(master)$ ./greet.out
> heya!
> Process exited with exit code 0
int main()
{
printf(“heya!”)
return 0
}
morg@mbp(master)$ clang greet.c
morg@mbp(master)$ ./greet.out
> heya!
> Process exited with exit code 0