From Aqua Madrill, 11 Years ago, written in Plain Text.
This paste is a reply to Untitled from Capacious Pheasant - view diff
Embed
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.         printf("coucou");
  5. }