Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 69 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 69 Bytes

#include<stdio.h> int main() { printf("hello word"); return 0; }