JS
console.log('hello, world!');
C
# include <stdio.h>
int main(void)
{
printf("hello, world!");
}
JS
console.log('hello, world!');
C
# include <stdio.h>
int main(void)
{
printf("hello, world!");
}
For further actions, you may consider blocking this person and/or reporting abuse
Justin -
José Lázaro -
Creative Tim -
sankhadeep -
Top comments (0)