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
Garance Buricatu -
FECommunity -
Mukhil Padmanabhan -
Hamza -
Top comments (0)