edit SideBar
(:run:)
#include <stdio.h> int main() { printf("%d\n"); printf("%d\n", "789"); printf("%d\n", 123.0); printf("%f\n", 456); return 0; }