Fast Coding

#include <stdio.h>
int main()
{
printf(5 + "Fast Code");
return 0;
}

8 months ago | [YT] | 2