Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main() { int c, pred; pred = 0; while((c = getchar()) != EOF){ if(c == '\t' || c == '\n' || c == ' '){ if(pred == 0) putchar('\n'); pred = 1; } else{ putchar('#'); pred = 0; } } }
Editor Settings
Theme
Key bindings
Full width
Lines