Inspiration
I am doing this with a new language
Code Blocks Example :
include
int main() {
// printf() displays the string inside quotation
printf("Hello, World!");
return 0; }
..
I am doing this with a new language
Code Blocks Example :
int main() {
// printf() displays the string inside quotation
printf("Hello, World!");
return 0; }
Log in or sign up for Devpost to join the conversation.