fork download
  1. #include<stdio.h>
  2. void main() {
  3. Printf("Hello, I am learning C from CodeTantra!");
  4. }
Success #stdin #stdout 0.02s 25784KB
stdin
Standard input is empty
stdout
#include<stdio.h>
void main() {
	Printf("Hello, I am learning C from CodeTantra!");
}