Facebook
From felipe93, 2 Years ago, written in C.
Embed
Download Paste or View Raw
Hits: 90
  1. #include <stdio.h>
  2.  
  3.  
  4. int main(){
  5.         printf("hello!");
  6.  
  7. }