No errors but i cant execute this one | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

No errors but i cant execute this one

#include<stdio.h> Void main() { Printf("hello/n") ; } Everything is in small case

28th Aug 2018, 2:35 PM
Xooper
Xooper - avatar
1 Answer
+ 1
#include<stdio.h> int main() { printf("hello\n"); return 0; }
28th Aug 2018, 5:31 PM
Steppenwolf
Steppenwolf - avatar